diff options
author | attilio <attilio@FreeBSD.org> | 2010-02-15 23:44:48 +0000 |
---|---|---|
committer | attilio <attilio@FreeBSD.org> | 2010-02-15 23:44:48 +0000 |
commit | b9f41eb4705eb1bcf0b1f2029543db6d15cd96d8 (patch) | |
tree | a4fd84a41b79ba73a3442bbb48fa15ca5eece537 /sys/amd64 | |
parent | 41e9684047f8dd7c589de5ead04b7c8778387d44 (diff) | |
download | FreeBSD-src-b9f41eb4705eb1bcf0b1f2029543db6d15cd96d8.zip FreeBSD-src-b9f41eb4705eb1bcf0b1f2029543db6d15cd96d8.tar.gz |
Adjust style (following the already existing rules) for the newly
introduced option DEADLKRES.
Reported by: danfe, julian, avg
Diffstat (limited to 'sys/amd64')
-rw-r--r-- | sys/amd64/conf/GENERIC | 2 | ||||
-rw-r--r-- | sys/amd64/conf/XENHVM | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index ae617be..a9eb19c 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/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 diff --git a/sys/amd64/conf/XENHVM b/sys/amd64/conf/XENHVM index 717f7b3..7bfb8e2 100644 --- a/sys/amd64/conf/XENHVM +++ b/sys/amd64/conf/XENHVM @@ -70,7 +70,7 @@ options NO_ADAPTIVE_RWLOCKS 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 |