summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/conf
diff options
context:
space:
mode:
authorattilio <attilio@FreeBSD.org>2010-02-15 23:44:48 +0000
committerattilio <attilio@FreeBSD.org>2010-02-15 23:44:48 +0000
commitb9f41eb4705eb1bcf0b1f2029543db6d15cd96d8 (patch)
treea4fd84a41b79ba73a3442bbb48fa15ca5eece537 /sys/powerpc/conf
parent41e9684047f8dd7c589de5ead04b7c8778387d44 (diff)
downloadFreeBSD-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/powerpc/conf')
-rw-r--r--sys/powerpc/conf/GENERIC2
-rw-r--r--sys/powerpc/conf/MPC85XX2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC
index 03f3fec..6e1aa09 100644
--- a/sys/powerpc/conf/GENERIC
+++ b/sys/powerpc/conf/GENERIC
@@ -68,7 +68,7 @@ options INCLUDE_CONFIG_FILE # Include this file in kernel
# Debugging for use in -current
options KDB #Enable the kernel debugger
options DDB #Support DDB
-#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/powerpc/conf/MPC85XX b/sys/powerpc/conf/MPC85XX
index 2164f43..51d4e8d 100644
--- a/sys/powerpc/conf/MPC85XX
+++ b/sys/powerpc/conf/MPC85XX
@@ -22,7 +22,7 @@ options BOOTP_WIRED_TO=tsec0
options CD9660
options COMPAT_43
options DDB
-#options DEADLKRES
+#options DEADLKRES
options DEVICE_POLLING
options HZ=1000
#options DIAGNOSTIC
OpenPOWER on IntegriCloud