PERFORCE change 54655 for review

Julian Elischer julian at FreeBSD.org
Fri Jun 11 20:10:57 GMT 2004


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

Change 54655 by julian at julian_ref on 2004/06/11 20:10:32

	We now always have a mp_ncpus

Affected files ...

.. //depot/projects/nsched/sys/kern/kern_thread.c#22 edit

Differences ...

==== //depot/projects/nsched/sys/kern/kern_thread.c#22 (text+ko) ====

@@ -85,11 +85,7 @@
 	int error, new_val;
 	int def_val;
 
-#ifdef SMP
 	def_val = mp_ncpus;
-#else
-	def_val = 1;
-#endif
 	if (virtual_cpu == 0)
 		new_val = def_val;
 	else


More information about the p4-projects mailing list