Skip to content

Commit

Permalink
Kernel: Move ExecutionMode.h to the Security subdirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
supercomputer7 authored and gmta committed Jun 4, 2023
1 parent 7c0540a commit c9a34ca
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Kernel/Arch/PageFault.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down
2 changes: 1 addition & 1 deletion Kernel/Arch/aarch64/RegisterState.h
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion Kernel/Arch/x86_64/RegisterState.h
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
File renamed without changes.

0 comments on commit c9a34ca

Please sign in to comment.