PERFORCE change 63385 for review
John Baldwin
jhb at FreeBSD.org
Tue Oct 19 13:31:18 PDT 2004
http://perforce.freebsd.org/chv.cgi?CH=63385
Change 63385 by jhb at jhb_tibook on 2004/10/19 20:31:02
Turn off ipiwakeup in this and child branches due to SMP IPI
deadlocks.
Affected files ...
.. //depot/projects/smpng/sys/kern/sched_4bsd.c#41 edit
Differences ...
==== //depot/projects/smpng/sys/kern/sched_4bsd.c#41 (text+ko) ====
@@ -234,7 +234,7 @@
/* Enable forwarding of wakeups to all other cpus */
SYSCTL_NODE(_kern_sched, OID_AUTO, ipiwakeup, CTLFLAG_RD, NULL, "Kernel SMP");
-static int forward_wakeup_enabled = 1;
+static int forward_wakeup_enabled = 0;
SYSCTL_INT(_kern_sched_ipiwakeup, OID_AUTO, enabled, CTLFLAG_RW,
&forward_wakeup_enabled, 0,
"Forwarding of wakeup to idle CPUs");
More information about the p4-projects
mailing list