aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2006-06-17 02:58:18 +0000
committerEd Maste <emaste@FreeBSD.org>2006-06-17 02:58:18 +0000
commit374875fa56530c913e85e96ea0417aa88f80d31a (patch)
tree750a3287caf08a07eade3aa64068114011078d47
parent76f1f010d5b8b66a746f11cc1eec41dc19e96a45 (diff)
Notes
-rw-r--r--sys/kern/subr_kdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_kdb.c b/sys/kern/subr_kdb.c
index e7b9a730ee7a..6b2be996ed60 100644
--- a/sys/kern/subr_kdb.c
+++ b/sys/kern/subr_kdb.c
@@ -89,7 +89,7 @@ SYSCTL_PROC(_debug_kdb, OID_AUTO, trap, CTLTYPE_INT | CTLFLAG_RW, 0, 0,
#ifdef SMP
static int kdb_stop_cpus = 1;
SYSCTL_INT(_debug_kdb, OID_AUTO, stop_cpus, CTLTYPE_INT | CTLFLAG_RW,
- &kdb_stop_cpus, 0, "");
+ &kdb_stop_cpus, 0, "stop other CPUs when entering the debugger");
TUNABLE_INT("debug.kdb.stop_cpus", &kdb_stop_cpus);
#endif