mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:37:46 +00:00
Interrupts: Handle spurious IRQs from eoi() method
This commit is contained in:
parent
8d9b6c57b5
commit
5f579904c1
2 changed files with 8 additions and 3 deletions
|
@ -44,7 +44,7 @@ void SpuriousInterruptHandler::unregister_handler(GenericInterruptHandler&)
|
|||
bool SpuriousInterruptHandler::eoi()
|
||||
{
|
||||
// FIXME: Actually check if IRQ7 or IRQ15 are spurious, and if not, call EOI with the correct interrupt number.
|
||||
m_responsible_irq_controller->spurious_eoi(*this);
|
||||
m_responsible_irq_controller->eoi(*this);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue