mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 22:38:13 +00:00
Kernel: Rename GenericInterruptHandler "invoking count" to "call count"
This commit is contained in:
parent
8a5d2be617
commit
9b3db63e14
7 changed files with 13 additions and 11 deletions
|
@ -509,7 +509,7 @@ void handle_interrupt(TrapFrame* trap)
|
|||
handler = s_interrupt_handler[irq];
|
||||
}
|
||||
VERIFY(handler);
|
||||
handler->increment_invoking_counter();
|
||||
handler->increment_call_count();
|
||||
handler->handle_interrupt(regs);
|
||||
handler->eoi();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue