mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 09:00:22 +00:00
Kernel: Move ExecutionMode.h to the Security subdirectory
This commit is contained in:
parent
7c0540a229
commit
c9a34cae66
Notes:
sideshowbarker
2024-07-16 20:51:53 +09:00
Author: https://github.com/supercomputer7 Commit: https://github.com/SerenityOS/serenity/commit/c9a34cae66 Pull-request: https://github.com/SerenityOS/serenity/pull/17604 Reviewed-by: https://github.com/gmta ✅ Reviewed-by: https://github.com/kleinesfilmroellchen ✅
4 changed files with 3 additions and 3 deletions
|
@ -9,8 +9,8 @@
|
|||
#include <AK/Platform.h>
|
||||
#include <AK/Types.h>
|
||||
#include <Kernel/Arch/RegisterState.h>
|
||||
#include <Kernel/ExecutionMode.h>
|
||||
#include <Kernel/Memory/VirtualAddress.h>
|
||||
#include <Kernel/Security/ExecutionMode.h>
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
#include <LibC/sys/arch/aarch64/regs.h>
|
||||
|
||||
#include <Kernel/ExecutionMode.h>
|
||||
#include <Kernel/Security/ExecutionMode.h>
|
||||
|
||||
#include <AK/Platform.h>
|
||||
VALIDATE_IS_AARCH64()
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
#include <Kernel/Arch/CPU.h>
|
||||
#include <Kernel/Arch/x86_64/ASM_wrapper.h>
|
||||
#include <Kernel/ExecutionMode.h>
|
||||
#include <Kernel/Security/ExecutionMode.h>
|
||||
|
||||
#include <AK/Platform.h>
|
||||
VALIDATE_IS_X86()
|
||||
|
|
Loading…
Reference in a new issue