Author: avg
Date: Fri Oct  8 07:58:57 2010
New Revision: 213557
URL: http://svn.freebsd.org/changeset/base/213557

Log:
  MFC r213304: debug.kdb.stop_cpus sysctl: hint that this is also a
  tunable

Modified:
  stable/7/sys/kern/subr_kdb.c
Directory Properties:
  stable/7/sys/   (props changed)
  stable/7/sys/cddl/contrib/opensolaris/   (props changed)
  stable/7/sys/contrib/dev/acpica/   (props changed)
  stable/7/sys/contrib/pf/   (props changed)

Modified: stable/7/sys/kern/subr_kdb.c
==============================================================================
--- stable/7/sys/kern/subr_kdb.c        Fri Oct  8 07:57:19 2010        
(r213556)
+++ stable/7/sys/kern/subr_kdb.c        Fri Oct  8 07:58:57 2010        
(r213557)
@@ -92,7 +92,7 @@ SYSCTL_PROC(_debug_kdb, OID_AUTO, trap_c
  */
 #ifdef SMP
 static int kdb_stop_cpus = 1;
-SYSCTL_INT(_debug_kdb, OID_AUTO, stop_cpus, CTLTYPE_INT | CTLFLAG_RW,
+SYSCTL_INT(_debug_kdb, OID_AUTO, stop_cpus, CTLFLAG_RW | CTLFLAG_TUN,
     &kdb_stop_cpus, 0, "stop other CPUs when entering the debugger");
 TUNABLE_INT("debug.kdb.stop_cpus", &kdb_stop_cpus);
 #endif
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to