PERFORCE change 112046 for review

Marcel Moolenaar marcel at FreeBSD.org
Thu Dec 21 16:00:49 PST 2006


http://perforce.freebsd.org/chv.cgi?CH=112046

Change 112046 by marcel at marcel_nfs on 2006/12/22 00:00:02

	Avoid hanging on an insanity. The insanity exists because the
	current implementation is incomplete.

Affected files ...

.. //depot/projects/powerpc/sys/powerpc/powerpc/mp_machdep.c#8 edit

Differences ...

==== //depot/projects/powerpc/sys/powerpc/powerpc/mp_machdep.c#8 (text+ko) ====

@@ -135,7 +135,7 @@
 	ap_awake = 1;
 	ap_spin = 0;
 
-	while (ap_awake != smp_cpus)
+	while (ap_awake < smp_cpus)
 		DELAY(0);
 
 	if (smp_cpus != cpus || cpus != mp_ncpus) {


More information about the p4-projects mailing list