mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 21:29:06 +00:00
Kernel: Rename idt_init() to initialize_interrupts()
Also move the function out of the x86/Interrupts.h file into the generic Interrupts.h file and add a stub for aarch64.
This commit is contained in:
parent
02b94c6f0e
commit
cbe1717181
Notes:
sideshowbarker
2024-07-17 10:31:07 +09:00
Author: https://github.com/FireFox317
Commit: cbe1717181
Pull-request: https://github.com/SerenityOS/serenity/pull/14146
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/BertalanD
Reviewed-by: https://github.com/Hendiadyoin1
Reviewed-by: https://github.com/nico ✅
5 changed files with 9 additions and 4 deletions
|
@ -656,7 +656,7 @@ UNMAP_AFTER_INIT void Processor::initialize(u32 cpu)
|
|||
#endif
|
||||
|
||||
if (cpu == 0)
|
||||
idt_init();
|
||||
initialize_interrupts();
|
||||
else
|
||||
flush_idt();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue