cvs commit: src/sys/i386/include lock.h src/sys/i386/isa intr_machdep.h src/sys/kern kern_intr.c src/sys/sys interrupt.h machintr.h
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed Nov 2 20:59:11 PST 2005
dillon 2005/11/02 20:54:02 PST
DragonFly src repository
Modified files:
sys/i386/include lock.h
sys/i386/isa intr_machdep.h
sys/kern kern_intr.c
sys/sys interrupt.h machintr.h
Log:
Reimplement IPI forwarding of FAST interrupts to the cpu owning the BGL
(if the FAST interrupt requires the BGL). This was temporarily removed
when the interrupt dispatch code was revamped and has now been resurrected.
Revision Changes Path
1.13 +7 -0 src/sys/i386/include/lock.h
1.21 +0 -1 src/sys/i386/isa/intr_machdep.h
1.32 +17 -4 src/sys/kern/kern_intr.c
1.15 +1 -0 src/sys/sys/interrupt.h
1.3 +4 -0 src/sys/sys/machintr.h
http://www.dragonflybsd.org/cvsweb/src/sys/i386/include/lock.h.diff?r1=1.12&r2=1.13&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/i386/isa/intr_machdep.h.diff?r1=1.20&r2=1.21&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/kern/kern_intr.c.diff?r1=1.31&r2=1.32&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/sys/interrupt.h.diff?r1=1.14&r2=1.15&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/sys/machintr.h.diff?r1=1.2&r2=1.3&f=u
More information about the Commits
mailing list