cvs commit: src/sys/ia64/ia64 interrupt.c
Marcel Moolenaar
marcel at FreeBSD.org
Sun Oct 30 09:23:02 PST 2005
marcel 2005-10-30 17:23:01 UTC
FreeBSD src repository
Modified files:
sys/ia64/ia64 interrupt.c
Log:
Remove a stray return statement in the interrupt dispatch function
that caused a premature exit after calling a fast interrupt handler
and bypassing a much needed critical_exit() and the scheduling of
the interrupt thread for non-fast handlers. In short: unbreak :-)
Revision Changes Path
1.53 +0 -1 src/sys/ia64/ia64/interrupt.c
More information about the cvs-src
mailing list