Kernel: Make RecursiveSpinLock thread safe

also SpinLock is now implemented with gcc builtins
This commit is contained in:
Bananymous
2023-05-29 19:38:09 +03:00
parent 998999a755
commit ff83f967d8
4 changed files with 35 additions and 39 deletions

View File

@@ -69,7 +69,6 @@ if("${BANAN_ARCH}" STREQUAL "x86_64")
arch/x86_64/IDT.cpp
arch/x86_64/interrupts.S
arch/x86_64/MMU.cpp
arch/x86_64/SpinLock.S
arch/x86_64/Thread.S
)
elseif("${BANAN_ARCH}" STREQUAL "i386")