cvs commit: src/sys/arm/arm intr.c irq_dispatch.S
src/sys/arm/include intr.h
Olivier Houchard
cognet at FreeBSD.org
Thu Sep 23 15:09:58 PDT 2004
cognet 2004-09-23 22:09:58 UTC
FreeBSD src repository
Modified files:
sys/arm/arm irq_dispatch.S intr.c
sys/arm/include intr.h
Log:
Add new functions to know which irqs are pending, and to mask and unmask
interrupts, as these are CPU specific.
If the interrupt handler is not marked as INTR_FAST, don't unmask the
interrupt until it as been serviced.
Revision Changes Path
1.3 +56 -63 src/sys/arm/arm/intr.c
1.2 +11 -44 src/sys/arm/arm/irq_dispatch.S
1.2 +4 -35 src/sys/arm/include/intr.h
More information about the cvs-src
mailing list