[PC-BSD Commits] r1713 - pcbsd/branches/1.5/system-overlay/PCBSD/conf
svn at pcbsd.org
svn at pcbsd.org
Fri Apr 11 08:20:04 PDT 2008
Author: kris
Date: 2008-04-11 08:20:03 -0700 (Fri, 11 Apr 2008)
New Revision: 1713
Modified:
pcbsd/branches/1.5/system-overlay/PCBSD/conf/PCBSD.amd64
pcbsd/branches/1.5/system-overlay/PCBSD/conf/PCBSD.i386
Log:
Cleanup where the SMP support is enabled in the kernel config for 1.5
Modified: pcbsd/branches/1.5/system-overlay/PCBSD/conf/PCBSD.amd64
===================================================================
--- pcbsd/branches/1.5/system-overlay/PCBSD/conf/PCBSD.amd64 2008-04-11 13:52:02 UTC (rev 1712)
+++ pcbsd/branches/1.5/system-overlay/PCBSD/conf/PCBSD.amd64 2008-04-11 15:20:03 UTC (rev 1713)
@@ -28,7 +28,6 @@
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
options SCHED_4BSD # 4BSD scheduler
-options SMP # Enable SMP support by default
options PREEMPTION # Enable kernel thread preemption
options INET # InterNETworking
options INET6 # IPv6 communications protocols
@@ -292,3 +291,4 @@
options ALTQ_PRIQ
options ALTQ_NOPCC
+options SMP # Enable SMP support by default
Modified: pcbsd/branches/1.5/system-overlay/PCBSD/conf/PCBSD.i386
===================================================================
--- pcbsd/branches/1.5/system-overlay/PCBSD/conf/PCBSD.i386 2008-04-11 13:52:02 UTC (rev 1712)
+++ pcbsd/branches/1.5/system-overlay/PCBSD/conf/PCBSD.i386 2008-04-11 15:20:03 UTC (rev 1713)
@@ -30,7 +30,6 @@
#makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
options SCHED_4BSD # 4BSD scheduler
-options SMP # Enable SMP support by default
options PREEMPTION # Enable kernel thread preemption
options INET # InterNETworking
options INET6 # IPv6 communications protocols
@@ -316,3 +315,5 @@
options ALTQ_CDNR
options ALTQ_PRIQ
options ALTQ_NOPCC
+
+options SMP # Enable SMP support by default
More information about the Commits
mailing list