pub fn handle_irq(_unused: usize)
Expand description
Handles the IRQ.
It is called by the common interrupt handler. It should look up in the IRQ handler table and calls the corresponding handler. If necessary, it also acknowledges the interrupt controller after handling.