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
commit e35222a76e
Notes: sideshowbarker 2024-07-18 02:17:41 +09:00
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