Deleted Added
full compact
30c30
< __FBSDID("$FreeBSD: head/sys/mips/rmi/intr_machdep.c 208165 2010-05-16 19:43:48Z rrs $");
---
> __FBSDID("$FreeBSD: head/sys/mips/rmi/intr_machdep.c 210528 2010-07-27 09:22:41Z jchandra $");
147,148c147,148
< * No need to clear the EIRR here. the handler is gonna write to
< * compare which clears eirr also
---
> * No need to clear the EIRR here as the handler writes to
> * compare which ACKs the interrupt.
151c151
< count_compare_clockhandler(tf);
---
> intr_event_handle(mips_intr_events[IRQ_TIMER], tf);