1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-08 20:27:35 +00:00
serenity/Kernel/Arch/x86/i386
Andreas Kling 9babb92a4b Kernel/SMP: Make entering/leaving critical sections multi-processor safe
By making these functions static we close a window where we could get
preempted after calling Processor::current() and move to another
processor.

Co-authored-by: Tom <tomut@yahoo.com>
2021-08-10 02:49:37 +02:00
..
Boot Kernel: Fix CPU initialization for SMP 2021-07-27 19:45:38 +02:00
ASM_wrapper.cpp Kernel: Remove unused header includes 2021-08-01 08:10:16 +02:00
InterruptEntry.cpp Kernel: Use the GS segment for the per-CPU struct 2021-07-02 23:33:17 +02:00
Processor.cpp Kernel/SMP: Make entering/leaving critical sections multi-processor safe 2021-08-10 02:49:37 +02:00