PERFORCE change 96647 for review

Kip Macy kmacy at FreeBSD.org
Thu May 4 07:05:47 UTC 2006


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

Change 96647 by kmacy at kmacy_storage:sun4v_rwbuf on 2006/05/04 07:04:46

	don't need to throttle to less than MAXCPU any more

Affected files ...

.. //depot/projects/kmacy_sun4v/src/sys/sun4v/sun4v/mp_machdep.c#7 edit

Differences ...

==== //depot/projects/kmacy_sun4v/src/sys/sun4v/sun4v/mp_machdep.c#7 (text+ko) ====

@@ -316,12 +316,8 @@
 		pc->pc_node = child;
 
 		all_cpus |= 1 << cpuid;
-#if 0
+
 		if (mp_ncpus == MAXCPU)
-#else 
-		if (mp_ncpus == 4)
-#endif
-
 			break;
 	}
 	PCPU_SET(other_cpus, all_cpus & ~(1 << PCPU_GET(cpuid)));


More information about the p4-projects mailing list