Date: Tue, 12 Sep 2000 09:02:44 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa ithread.c Message-ID: <200009121602.JAA03025@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 2000/09/12 09:02:44 PDT
Modified files:
sys/i386/isa ithread.c
Log:
Don't panic for delivery of a multiplexed SWI. Most SWI handlers
don't take an arg, but swi_generic() is special in order to avoid one
whole conditional branch in the old SWI dispatch code. The new SWI
dispatch code passed it a garbage arg. Bypass swi_generic() and call
swi_dispatcher() directly, like the corresponding alpha code has always
done.
The panic was rare because because it only occurred if more than one
of the {sio,cy,rc} drivers was configured and one was active, and the
cy driver doesn't even compile.
Revision Changes Path
1.2 +5 -2 src/sys/i386/isa/ithread.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200009121602.JAA03025>
