mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-23 10:50:49 +00:00
Kernel: Update system components to use the new IRQHandler class
This commit is contained in:
parent
a46120b4a8
commit
740534cd67
Notes:
sideshowbarker
2024-07-19 09:06:49 +09:00
Author: https://github.com/supercomputer7
Commit: 740534cd67
Pull-request: https://github.com/SerenityOS/serenity/pull/1274
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/shannonbooth
9 changed files with 13 additions and 14 deletions
|
@ -56,7 +56,7 @@ ACPIDynamicParser::ACPIDynamicParser(ACPI_RAW::RSDPDescriptor20& rsdp)
|
|||
kprintf("ACPI: Dynamic Parsing Enabled, Can parse AML\n");
|
||||
}
|
||||
|
||||
void ACPIDynamicParser::handle_irq()
|
||||
void ACPIDynamicParser::handle_irq(RegisterState&)
|
||||
{
|
||||
// FIXME: Implement IRQ handling of ACPI signals!
|
||||
ASSERT_NOT_REACHED();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue