Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
NetBSD master CVS tree commits
mark
Sun Jan 5 18:30:24 PST 1997
Update of /cvsroot/src/sys/arch/arm32/arm32
In directory netbsd1:/var/slash-tmp/cvs-serv27141
Modified Files:
irqhandler.c
Log Message:
Added the functions intr_claim() and intr_release(). These are front
ends for irq_claim() and irq_release() that will allocate and free
memory for the irqhandler structure.
Added an irqblock array that provides a quick reference to all the
interrupts that should be blocked when a particular interrupt is
received. The irq_claim() and irq_release() functions now update the
irqblock array.
mark
Sun Jan 5 18:35:48 PST 1997
Update of /cvsroot/src/sys/arch/arm32/arm32
In directory netbsd1:/var/slash-tmp/cvs-serv27860
Modified Files:
irq.S
Log Message:
Use the irqblock array to provide the information about which interrupts
should be blocked for each irq currently asserted.
Home |
Main Index |
Thread Index |
Old Index