]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
As a temporary hack, turn off deferred preemptions that are the result of
authorjhb <jhb@FreeBSD.org>
Mon, 19 Jul 2004 16:37:47 +0000 (16:37 +0000)
committerjhb <jhb@FreeBSD.org>
Mon, 19 Jul 2004 16:37:47 +0000 (16:37 +0000)
commitd4ea20b7e1d7639414abf5065adbb41b63e8d4cf
treec1fb942a8209f4ba2b335e4721ad7fbbba4392e9
parent3b66ac9138bbf0fa12b71d837e0efedb6f01f555
As a temporary hack, turn off deferred preemptions that are the result of
a fast interrupt handler doing an swi_sched().  This fixed the lockups I
saw on my laptop when using xmms in KDE and on rwatson's MySQL benchmarks
on SMP.  This will eventually be removed and/or modified when I figure out
what the root cause is and fix that.
sys/alpha/alpha/interrupt.c
sys/amd64/amd64/intr_machdep.c
sys/i386/i386/intr_machdep.c