mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
Kernel: Add an x86 include check+error in x86/PageDirectory.h
This commit is contained in:
parent
70a18a2271
commit
17fb2adf61
Notes:
sideshowbarker
2024-07-17 23:14:36 +09:00
Author: https://github.com/jamesmintram
Commit: 17fb2adf61
Pull-request: https://github.com/SerenityOS/serenity/pull/11141
Reviewed-by: https://github.com/bgianfo ✅
Reviewed-by: https://github.com/kleinesfilmroellchen ✅
3 changed files with 11 additions and 1 deletions
|
@ -11,6 +11,9 @@
|
|||
#include <Kernel/Forward.h>
|
||||
#include <Kernel/PhysicalAddress.h>
|
||||
|
||||
#include <AK/Platform.h>
|
||||
VALIDATE_IS_X86()
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
class PageDirectoryEntry {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue