aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/conf/GENERIC
diff options
context:
space:
mode:
authorAttilio Rao <attilio@FreeBSD.org>2010-02-15 23:44:48 +0000
committerAttilio Rao <attilio@FreeBSD.org>2010-02-15 23:44:48 +0000
commitc1210a7d97fecac5b0028a3d266719a7c447932a (patch)
treea4fd84a41b79ba73a3442bbb48fa15ca5eece537 /sys/i386/conf/GENERIC
parent463537a09731063baa6814cd9de3434e7b70d1d7 (diff)
downloadsrc-c1210a7d97fecac5b0028a3d266719a7c447932a.tar.gz
src-c1210a7d97fecac5b0028a3d266719a7c447932a.zip
Adjust style (following the already existing rules) for the newly
introduced option DEADLKRES. Reported by: danfe, julian, avg
Notes
Notes: svn path=/head/; revision=203938
Diffstat (limited to 'sys/i386/conf/GENERIC')
-rw-r--r--sys/i386/conf/GENERIC2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 00785391f186..730dcc9db89e 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -72,7 +72,7 @@ options INCLUDE_CONFIG_FILE # Include this file in kernel
options KDB # Enable kernel debugger support.
options DDB # Support DDB.
options GDB # Support remote GDB.
-options DEADLKRES # Enable the deadlock resolver
+options DEADLKRES # Enable the deadlock resolver
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