mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00: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: 0a4ef6f3b7
Pull-request: https://github.com/SerenityOS/serenity/pull/22845
Reviewed-by: https://github.com/ADKaster ✅
Reviewed-by: https://github.com/kleinesfilmroellchen ✅
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue