summaryrefslogtreecommitdiffstats
path: root/sys/sun4v/conf
diff options
context:
space:
mode:
authorattilio <attilio@FreeBSD.org>2007-11-28 05:50:45 +0000
committerattilio <attilio@FreeBSD.org>2007-11-28 05:50:45 +0000
commit2562874cb6c7148dd0a0e252035eeb28cc19eb23 (patch)
tree604a607a57f7d90d56219cf4a840591bc8ac48c3 /sys/sun4v/conf
parentfe046575b02c69793e1a674d8e39b0a1d5766a07 (diff)
downloadFreeBSD-src-2562874cb6c7148dd0a0e252035eeb28cc19eb23.zip
FreeBSD-src-2562874cb6c7148dd0a0e252035eeb28cc19eb23.tar.gz
Make ADAPTIVE_GIANT as the default in the kernel and remove the option.
Currently, Giant is not too much contented so that it is ok to treact it like any other mutexes. Please don't forget to update your own custom config kernel files. Approved by: cognet, marcel (maintainers of arches where option is not enabled at the moment)
Diffstat (limited to 'sys/sun4v/conf')
-rw-r--r--sys/sun4v/conf/GENERIC1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sun4v/conf/GENERIC b/sys/sun4v/conf/GENERIC
index 08f400c..d67c1dd 100644
--- a/sys/sun4v/conf/GENERIC
+++ b/sys/sun4v/conf/GENERIC
@@ -61,7 +61,6 @@ options SYSVSEM # SYSV-style semaphores
options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
options AHC_REG_PRETTY_PRINT # Print register bitfields in debug
# output. Adds ~128k to driver.
-options ADAPTIVE_GIANT # Giant mutex is adaptive.
options PRINTF_BUFR_SIZE=128 # Prevent printf output being interspersed.
options AUDIT # Security event auditing
OpenPOWER on IntegriCloud