mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-11 01:06:01 +03:00
bc107d0b33
We can now properly initialize all processors without crashing by sending SMP IPI messages to synchronize memory between processors. We now initialize the APs once we have the scheduler running. This is so that we can process IPI messages from the other cores. Also rework interrupt handling a bit so that it's more of a 1:1 mapping. We need to allocate non-sharable interrupts for IPIs. This also fixes the occasional hang/crash because all CPUs now synchronize memory with each other. |
||
---|---|---|
.. | ||
Definitions.h | ||
DynamicParser.cpp | ||
DynamicParser.h | ||
Initialize.cpp | ||
Initialize.h | ||
MultiProcessorParser.cpp | ||
MultiProcessorParser.h | ||
Parser.cpp | ||
Parser.h |