mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04:00
Add a description for sysctl -d.
This commit is contained in:
parent
76f1f010d5
commit
374875fa56
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue