[PC-BSD Commits] r3801 - pcbsd/trunk-current/system-overlay/PCBSD/conf
svn at pcbsd.org
svn at pcbsd.org
Tue Apr 14 12:01:30 PDT 2009
Author: kris
Date: 2009-04-14 12:01:30 -0700 (Tue, 14 Apr 2009)
New Revision: 3801
Modified:
pcbsd/trunk-current/system-overlay/PCBSD/conf/PCBSD.amd64
pcbsd/trunk-current/system-overlay/PCBSD/conf/PCBSD.i386
Log:
Remove ADAPTIVE_GIANT flag from our kernel config
Modified: pcbsd/trunk-current/system-overlay/PCBSD/conf/PCBSD.amd64
===================================================================
--- pcbsd/trunk-current/system-overlay/PCBSD/conf/PCBSD.amd64 2009-04-14 18:25:41 UTC (rev 3800)
+++ pcbsd/trunk-current/system-overlay/PCBSD/conf/PCBSD.amd64 2009-04-14 19:01:30 UTC (rev 3801)
@@ -64,7 +64,6 @@
options SYSVSEM # SYSV-style semaphores
options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
-options ADAPTIVE_GIANT # Giant mutex is adaptive.
options STOP_NMI # Stop CPUS using NMI instead of IPI
options AUDIT # Security event auditing
#options KDTRACE_FRAME # Ensure frames are compiled in
Modified: pcbsd/trunk-current/system-overlay/PCBSD/conf/PCBSD.i386
===================================================================
--- pcbsd/trunk-current/system-overlay/PCBSD/conf/PCBSD.i386 2009-04-14 18:25:41 UTC (rev 3800)
+++ pcbsd/trunk-current/system-overlay/PCBSD/conf/PCBSD.i386 2009-04-14 19:01:30 UTC (rev 3801)
@@ -71,7 +71,6 @@
options SYSVSEM # SYSV-style semaphores
options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
-options ADAPTIVE_GIANT # Giant mutex is adaptive.
options STOP_NMI # Stop CPUS using NMI instead of IPI
options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4)
options AUDIT # Security event auditing
More information about the Commits
mailing list