1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 21:57:43 +00:00

Kernel: Move ScopedCritical + SmapDisabler CPP files into x86 common

This commit is contained in:
James Mintram 2021-10-16 22:41:09 +01:00 committed by Brian Gianforcaro
parent 418d69c0ad
commit e35222a76e
3 changed files with 2 additions and 2 deletions

View file

@ -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