mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:37:37 +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
|
@ -67,4 +67,9 @@ void GenericInterruptHandler::change_interrupt_number(u8 number)
|
|||
register_generic_interrupt_handler(InterruptManagement::acquire_mapped_interrupt_number(interrupt_number()), *this);
|
||||
}
|
||||
|
||||
void GenericInterruptHandler::increment_call_count()
|
||||
{
|
||||
++m_call_count;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue