mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
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. |
||
---|---|---|
.. | ||
CPU.h | ||
DescriptorTable.h | ||
Interrupts.h | ||
ISRStubs.h | ||
PageDirectory.h | ||
ProcessorInfo.h | ||
SafeMem.h | ||
SmapDisabler.h | ||
TSS.h |