Files
ladybird/Kernel/Interrupts
Liav A 82b0171812 Kernel: Fix assertion statement in GenericInterruptHandler
We need to assert if interrupts are not disabled when changing the
interrupt number of an interrupt handler.
Before this fix, any change like this would lead to a crash,
because we are using InterruptDisabler in IRQHandler::change_irq_number.
2020-09-19 16:44:40 +02:00
..
2020-09-16 20:38:19 +02:00
2020-08-10 09:57:50 +02:00