Kernel: Add an x86 include check+error in x86/PageDirectory.h

This commit is contained in:
James Mintram 2021-12-01 17:14:03 +00:00 committed by Brian Gianforcaro
commit 17fb2adf61
Notes: sideshowbarker 2024-07-17 23:14:36 +09:00
3 changed files with 11 additions and 1 deletions

View file

@ -11,6 +11,9 @@
#include <Kernel/Forward.h>
#include <Kernel/PhysicalAddress.h>
#include <AK/Platform.h>
VALIDATE_IS_X86()
namespace Kernel {
class PageDirectoryEntry {