mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-29 14:14:45 +03:00
Kernel/riscv64: Stub out InterruptManagement::find_controllers
We don't support any IRQControllers for RISC-V (like the PLIC) yet, so just do nothing here for now.
This commit is contained in:
parent
cec20908a5
commit
0a4ef6f3b7
Notes:
sideshowbarker
2024-07-17 02:29:45 +09:00
Author: https://github.com/spholz Commit: https://github.com/SerenityOS/serenity/commit/0a4ef6f3b7 Pull-request: https://github.com/SerenityOS/serenity/pull/22845 Reviewed-by: https://github.com/ADKaster ✅ Reviewed-by: https://github.com/kleinesfilmroellchen ✅
@ -34,7 +34,7 @@ void InterruptManagement::initialize()
|
||||
|
||||
void InterruptManagement::find_controllers()
|
||||
{
|
||||
TODO_RISCV64();
|
||||
// TODO: Once device tree support is in place, find interrupt controllers using that.
|
||||
}
|
||||
|
||||
u8 InterruptManagement::acquire_mapped_interrupt_number(u8 original_irq)
|
||||
|
Loading…
Reference in New Issue
Block a user