mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-06 16:19:23 +00:00
Kernel: Move ScopedCritical + SmapDisabler CPP files into x86 common
This commit is contained in:
parent
418d69c0ad
commit
e35222a76e
Notes:
sideshowbarker
2024-07-18 02:17:41 +09:00
Author: https://github.com/jamesmintram
Commit: e35222a76e
Pull-request: https://github.com/SerenityOS/serenity/pull/10505
3 changed files with 2 additions and 2 deletions
|
@ -289,8 +289,8 @@ set(KERNEL_SOURCES
|
|||
if ("${SERENITY_ARCH}" STREQUAL "i686" OR "${SERENITY_ARCH}" STREQUAL "x86_64")
|
||||
set(KERNEL_SOURCES
|
||||
${KERNEL_SOURCES}
|
||||
Arch/x86/ScopedCritical.cpp
|
||||
Arch/x86/SmapDisabler.cpp
|
||||
Arch/x86/common/ScopedCritical.cpp
|
||||
Arch/x86/common/SmapDisabler.cpp
|
||||
)
|
||||
|
||||
set(KERNEL_SOURCES
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue