summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2002-06-30 04:12:21 +0000
committerrwatson <rwatson@FreeBSD.org>2002-06-30 04:12:21 +0000
commit3e3677e3e37b33df8cb4b8626f43b4fcb1e11c23 (patch)
tree2fcb1fc44ebd971fa9ac4acb1801a2b93424df0b /sys/i386/conf
parentb0f65ab232dbed2e37fb1c867cb1cc5e08ba7946 (diff)
downloadFreeBSD-src-3e3677e3e37b33df8cb4b8626f43b4fcb1e11c23.zip
FreeBSD-src-3e3677e3e37b33df8cb4b8626f43b4fcb1e11c23.tar.gz
Remove ALT_BREAK_TO_DEBUGGER. This was inconsistent (both in form
and function) with existing configuration choices. Arguably if ALT_BREAK_TO_DEBUGGER was present, so should have been BREAK_TO_DEBUGGER. Regardless, it broke the option sort order in these kernel configuration files. Requested by: bde
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/GENERIC1
-rw-r--r--sys/i386/conf/OLDCARD1
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index e9aa270..5abf1f5 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -58,7 +58,6 @@ options INVARIANTS #Enable calls of extra sanity checking
options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
options WITNESS #Enable checks to detect deadlocks and cycles
options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
-options ALT_BREAK_TO_DEBUGGER
# To make an SMP kernel, the next two are needed
#options SMP # Symmetric MultiProcessor Kernel
diff --git a/sys/i386/conf/OLDCARD b/sys/i386/conf/OLDCARD
index 15c9721..28b8d53 100644
--- a/sys/i386/conf/OLDCARD
+++ b/sys/i386/conf/OLDCARD
@@ -59,7 +59,6 @@ options INVARIANTS #Enable calls of extra sanity checking
options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
options WITNESS #Enable checks to detect deadlocks and cycles
options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
-options ALT_BREAK_TO_DEBUGGER
# To make an SMP kernel, the next two are needed
#options SMP # Symmetric MultiProcessor Kernel
OpenPOWER on IntegriCloud