summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2005-11-01 22:59:03 +0000
committerjhb <jhb@FreeBSD.org>2005-11-01 22:59:03 +0000
commitceb69258da253fb0e8c5f021b7aa0a0cd54fab5f (patch)
tree62b590f01e7b273ce299e77027c1986fcacd892b /sys
parente72362d4d062b11a2a0fc3bc7712342d71635382 (diff)
downloadFreeBSD-src-ceb69258da253fb0e8c5f021b7aa0a0cd54fab5f.zip
FreeBSD-src-ceb69258da253fb0e8c5f021b7aa0a0cd54fab5f.tar.gz
Throw the switch and turn on STOP_NMI on in GENERIC for amd64 and i386.
Requested by: kris Ok'd by: scottl
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/conf/GENERIC1
-rw-r--r--sys/i386/conf/GENERIC1
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 9b99994..861bb46 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -63,6 +63,7 @@ options AHC_REG_PRETTY_PRINT # Print register bitfields in debug
options AHD_REG_PRETTY_PRINT # Print register bitfields in debug
# output. Adds ~215k to driver.
options ADAPTIVE_GIANT # Giant mutex is adaptive.
+options STOP_NMI # Stop CPUS using NMI instead of IPI
# Debugging for use in -current
options KDB # Enable kernel debugger support.
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 08585e6..d07fc46 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -62,6 +62,7 @@ options AHC_REG_PRETTY_PRINT # Print register bitfields in debug
options AHD_REG_PRETTY_PRINT # Print register bitfields in debug
# output. Adds ~215k to driver.
options ADAPTIVE_GIANT # Giant mutex is adaptive.
+options STOP_NMI # Stop CPUS using NMI instead of IPI
# Debugging for use in -current
options KDB # Enable kernel debugger support.
OpenPOWER on IntegriCloud