cvs commit: src/sys/kern kern_intr.c
John Baldwin
jhb at FreeBSD.org
Mon Nov 3 14:42:59 PST 2003
jhb 2003/11/03 14:42:58 PST
FreeBSD src repository
Modified files:
sys/kern kern_intr.c
Log:
Don't require INTR_FAST handlers to be exclusive in the MI layer. Instead,
let the MD code choose whether or not to implement such a policy. The new
i386 interrupt code allows multiple FAST handlers for a given source for
example. However, the code does not allow FAST and non-FAST handlers to be
mixed.
Revision Changes Path
1.100 +11 -7 src/sys/kern/kern_intr.c
More information about the cvs-src
mailing list