aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc
diff options
context:
space:
mode:
authorAttilio Rao <attilio@FreeBSD.org>2010-02-10 16:30:04 +0000
committerAttilio Rao <attilio@FreeBSD.org>2010-02-10 16:30:04 +0000
commit88cbfa852efff2d919c26a8c2766034afd7c4469 (patch)
treef95ba7be7f9aaf8413ddc90d313d1b77a5924364 /sys/powerpc
parent24e2959e4149f4465dc466deea2425ddfc35e235 (diff)
downloadsrc-88cbfa852efff2d919c26a8c2766034afd7c4469.tar.gz
src-88cbfa852efff2d919c26a8c2766034afd7c4469.zip
Add the options DEADLKRES (introducing the deadlock resolver thread) in
the 'debugging' section of any HEAD kernel and enable for the mainstream ones, excluding the embedded architectures. It may, of course, enabled on a case-by-case basis. Sponsored by: Sandvine Incorporated Requested by: emaste Discussed with: kib
Notes
Notes: svn path=/head/; revision=203758
Diffstat (limited to 'sys/powerpc')
-rw-r--r--sys/powerpc/conf/GENERIC1
-rw-r--r--sys/powerpc/conf/MPC85XX1
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC
index 4fda8cb0a8f6..03f3fec42b78 100644
--- a/sys/powerpc/conf/GENERIC
+++ b/sys/powerpc/conf/GENERIC
@@ -68,6 +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 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 8e6badc78b72..2164f43069d7 100644
--- a/sys/powerpc/conf/MPC85XX
+++ b/sys/powerpc/conf/MPC85XX
@@ -22,6 +22,7 @@ options BOOTP_WIRED_TO=tsec0
options CD9660
options COMPAT_43
options DDB
+#options DEADLKRES
options DEVICE_POLLING
options HZ=1000
#options DIAGNOSTIC