summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2005-10-02 10:06:15 +0000
committerRobert Watson <rwatson@FreeBSD.org>2005-10-02 10:06:15 +0000
commit9c667ea4800e0080dea2db0225a5465f41cab49d (patch)
treea1baa18a61a22bc089e0f964825a32312ee47272 /sys
parent6eae5d0ae200eaa333acecd672d2f66702fad06f (diff)
Notes
Diffstat (limited to 'sys')
-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 1d39e76e401a..0216df0ef6e2 100644
--- a/sys/kern/subr_kdb.c
+++ b/sys/kern/subr_kdb.c
@@ -98,7 +98,7 @@ TUNABLE_INT("debug.kdb.stop_cpus", &kdb_stop_cpus);
* disabled interrupts the conventional STOP IPI will be blocked. This
* NMI-based stop should get through in that case.
*/
-static int kdb_stop_cpus_with_nmi = 0;
+static int kdb_stop_cpus_with_nmi = 1;
SYSCTL_INT(_debug_kdb, OID_AUTO, stop_cpus_with_nmi, CTLTYPE_INT | CTLFLAG_RW,
&kdb_stop_cpus_with_nmi, 0, "");
TUNABLE_INT("debug.kdb.stop_cpus_with_nmi", &kdb_stop_cpus_with_nmi);