svn commit: r221550 - head/sys/powerpc/conf

Nathan Whitehorn nwhitehorn at FreeBSD.org
Fri May 6 20:43:02 UTC 2011


Author: nwhitehorn
Date: Fri May  6 20:43:02 2011
New Revision: 221550
URL: http://svn.freebsd.org/changeset/base/221550

Log:
  SMP has worked perfectly for a very long time on 32-bit PowerPC on both
  UP and SMP hardware. Enable it in GENERIC.
  
  MFC after:	2 weeks

Modified:
  head/sys/powerpc/conf/GENERIC

Modified: head/sys/powerpc/conf/GENERIC
==============================================================================
--- head/sys/powerpc/conf/GENERIC	Fri May  6 20:40:33 2011	(r221549)
+++ head/sys/powerpc/conf/GENERIC	Fri May  6 20:43:02 2011	(r221550)
@@ -77,7 +77,7 @@ options 	WITNESS_SKIPSPIN	#Don't run wit
 options 	MALLOC_DEBUG_MAXZONES=8	# Separate malloc(9) zones
 
 # To make an SMP kernel, the next line is needed
-#options 	SMP			# Symmetric MultiProcessor Kernel
+options 	SMP			# Symmetric MultiProcessor Kernel
 
 # CPU frequency control
 device		cpufreq


More information about the svn-src-head mailing list