Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3905 → Rev 3906

/trunk/kernel/arch/sparc64/src/trap/interrupt.c
86,7 → 86,7
/*
* The IRQ handler was found.
*/
irq->handler(irq, irq->arg);
irq->handler(irq);
/*
* See if there is a clear-interrupt-routine and call it.
*/