cvs commit: src/sys/sparc64/sparc64 intr_machdep.c
Marius Strobl
marius at FreeBSD.org
Wed Apr 20 16:34:38 PDT 2005
marius 2005-04-20 23:34:37 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_5)
sys/sparc64/sparc64 intr_machdep.c
Log:
MFC: 1.22
Some changes to intr_execute_handlers():
- Fix NULL pointer dereferences caused when an ithread or a handler is
NULL which happens when a stray interrupt triggers after the respective
device interrupt was torn down.
- Remove the critical section around INTR_FAST handlers which actually
was a nested critical section. Both tl0_intr() and tl1_intr() already
enter a critical section for calling intr_execute_handlers().
Revision Changes Path
1.19.2.2 +6 -6 src/sys/sparc64/sparc64/intr_machdep.c
More information about the cvs-src
mailing list