1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-13 10:02:38 +00:00

Remove a stale comment.

This commit is contained in:
Jake Burkholder 2002-04-06 08:44:04 +00:00
parent a9f5d33875
commit 98281c99fc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=93951

View File

@ -76,10 +76,6 @@
SYSCTL_NODE(_debug, OID_AUTO, ktr, CTLFLAG_RD, 0, "KTR options");
/*
* This variable is used only by gdb to work out what fields are in
* ktr_entry.
*/
int ktr_cpumask = KTR_CPUMASK;
TUNABLE_INT("debug.ktr.cpumask", &ktr_cpumask);
SYSCTL_INT(_debug_ktr, OID_AUTO, cpumask, CTLFLAG_RW, &ktr_cpumask, 0, "");