cvs commit: src/sys/amd64/amd64 intr_machdep.c src/sys/i386/i386
intr_machdep.c src/sys/kern kern_intr.c src/sys/sys interrupt.h
John Baldwin
jhb at FreeBSD.org
Tue Dec 12 11:39:25 PST 2006
jhb 2006-12-12 19:20:19 UTC
FreeBSD src repository
Modified files:
sys/amd64/amd64 intr_machdep.c
sys/i386/i386 intr_machdep.c
sys/kern kern_intr.c
sys/sys interrupt.h
Log:
Add a function to return the MD interrupt source cookie associated with
an interrupt event. Use this in the x86 code to fixup the intrcnt names
when an interrupt handler is removed.
Revision Changes Path
1.27 +3 -3 src/sys/amd64/amd64/intr_machdep.c
1.22 +3 -3 src/sys/i386/i386/intr_machdep.c
1.138 +20 -0 src/sys/kern/kern_intr.c
1.34 +1 -0 src/sys/sys/interrupt.h
More information about the cvs-src
mailing list