mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-06 09:36:08 +00:00
Kernel: Add an x86 include check+error in x86/PageFault.h
This commit is contained in:
parent
17fb2adf61
commit
eb33df0c30
Notes:
sideshowbarker
2024-07-17 23:14:32 +09:00
Author: https://github.com/jamesmintram
Commit: eb33df0c30
Pull-request: https://github.com/SerenityOS/serenity/pull/11141
Reviewed-by: https://github.com/bgianfo ✅
Reviewed-by: https://github.com/kleinesfilmroellchen ✅
6 changed files with 10 additions and 2 deletions
|
@ -9,6 +9,9 @@
|
|||
#include <AK/Types.h>
|
||||
#include <Kernel/VirtualAddress.h>
|
||||
|
||||
#include <AK/Platform.h>
|
||||
VALIDATE_IS_X86()
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
struct PageFaultFlags {
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
#include <Kernel/Arch/Processor.h>
|
||||
#include <Kernel/Arch/RegisterState.h>
|
||||
#include <Kernel/Arch/x86/ISRStubs.h>
|
||||
#include <Kernel/Arch/x86/PageFault.h>
|
||||
#include <Kernel/Arch/x86/TrapFrame.h>
|
||||
#include <Kernel/KSyms.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue