svn commit: r199162 - user/kmacy/releng_7_2_xen/sys/i386/conf

Kip Macy kmacy at FreeBSD.org
Wed Nov 11 00:48:54 UTC 2009


Author: kmacy
Date: Wed Nov 11 00:48:53 2009
New Revision: 199162
URL: http://svn.freebsd.org/changeset/base/199162

Log:
  disable SMP until has been validated

Modified:
  user/kmacy/releng_7_2_xen/sys/i386/conf/XEN

Modified: user/kmacy/releng_7_2_xen/sys/i386/conf/XEN
==============================================================================
--- user/kmacy/releng_7_2_xen/sys/i386/conf/XEN	Wed Nov 11 00:46:54 2009	(r199161)
+++ user/kmacy/releng_7_2_xen/sys/i386/conf/XEN	Wed Nov 11 00:48:53 2009	(r199162)
@@ -86,8 +86,8 @@ options		CPU_DISABLE_SSE
 
 
 # To make an SMP kernel, the next two lines are needed
-options 	SMP			# Symmetric MultiProcessor Kernel
-device		apic			# I/O APIC
+#options 	SMP			# Symmetric MultiProcessor Kernel
+#device		apic			# I/O APIC
 
 # CPU frequency control
 #device		cpufreq


More information about the svn-src-user mailing list