timecounter: Let kern.timecounter.stepwarnings be set as a tunable

MFC after:	1 week
This commit is contained in:
Mark Johnston
2021-10-09 12:34:06 -04:00
committed by Moyano, Gabriel
parent fc06357840
commit f03147f172

View File

@@ -253,7 +253,7 @@ static SYSCTL_NODE(_kern_timecounter, OID_AUTO, tc,
"");
static int timestepwarnings;
SYSCTL_INT(_kern_timecounter, OID_AUTO, stepwarnings, CTLFLAG_RW,
SYSCTL_INT(_kern_timecounter, OID_AUTO, stepwarnings, CTLFLAG_RWTUN,
&timestepwarnings, 0, "Log time steps");
static int timehands_count = 2;