mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-13 11:39:43 +00:00
Kernel: Simplify APIC::enable()
We install a SpuriousInterruptHandler when calling APIC::enable(), and we don't enable local interrupts for now.
This commit is contained in:
parent
a3fa40fc07
commit
c335c94242
Notes:
sideshowbarker
2024-07-19 08:52:49 +09:00
Author: https://github.com/supercomputer7
Commit: c335c94242
Pull-request: https://github.com/SerenityOS/serenity/pull/1355
Reviewed-by: https://github.com/awesomekling
2 changed files with 19 additions and 19 deletions
|
@ -30,6 +30,7 @@
|
|||
#include <AK/OwnPtr.h>
|
||||
#include <AK/Types.h>
|
||||
#include <Kernel/Arch/i386/CPU.h>
|
||||
#include <Kernel/Interrupts/IRQController.h>
|
||||
#include <Kernel/Interrupts/GenericInterruptHandler.h>
|
||||
|
||||
namespace Kernel {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue