mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 04:09:13 +00:00
Kernel: Split SmapDisabler so header is platform independent
A new header file has been created in the Arch/ folder while the implementation has been moved into a CPP living in the X86 folder.
This commit is contained in:
parent
f4fb637914
commit
0fbeac6011
Notes:
sideshowbarker
2024-07-18 02:20:01 +09:00
Author: https://github.com/jamesmintram
Commit: 0fbeac6011
Pull-request: https://github.com/SerenityOS/serenity/pull/10475
Reviewed-by: https://github.com/linusg ✅
12 changed files with 76 additions and 39 deletions
|
@ -7,8 +7,8 @@
|
|||
#include <AK/JsonArraySerializer.h>
|
||||
#include <AK/JsonObjectSerializer.h>
|
||||
#include <AK/ScopeGuard.h>
|
||||
#include <Kernel/Arch/SmapDisabler.h>
|
||||
#include <Kernel/Arch/x86/RegisterState.h>
|
||||
#include <Kernel/Arch/x86/SmapDisabler.h>
|
||||
#include <Kernel/FileSystem/Custody.h>
|
||||
#include <Kernel/KBufferBuilder.h>
|
||||
#include <Kernel/PerformanceEventBuffer.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue