mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 10:38:13 +00:00
Kernel: Add an x86 include check+error in x86/Processor.h
This commit is contained in:
parent
eb33df0c30
commit
e20884dc0c
1 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,9 @@
|
|||
#include <Kernel/Arch/x86/TSS.h>
|
||||
#include <Kernel/Forward.h>
|
||||
|
||||
#include <AK/Platform.h>
|
||||
VALIDATE_IS_X86()
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
class ProcessorInfo;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue