ladybird/Kernel/Arch
Brian Gianforcaro 7540f4268b Kernel: Remove s_processor_lock by making s_processors statically sized
Currently in SMP mode we hard code support for up to only 8 processors.
There is no reason for this to be a dynamic allocation that needs to be
guarded by a spinlock. Instead use a Array<T* with inline storage of 8,
allowing each processor to initialize it self in place, avoiding all
the need for locks.
2021-05-20 08:10:07 +02:00
..
i386 Kernel: Remove s_processor_lock by making s_processors statically sized 2021-05-20 08:10:07 +02:00
PC Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
x86 Kernel: Remove s_processor_lock by making s_processors statically sized 2021-05-20 08:10:07 +02:00
x86_64/Boot Everywhere: Fix a bunch of typos 2021-04-18 10:30:03 +02:00