forked from Imagelibrary/rtems
timecounter: Let kern.timecounter.stepwarnings be set as a tunable
MFC after: 1 week
This commit is contained in:
committed by
Moyano, Gabriel
parent
fc06357840
commit
f03147f172
@@ -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,
|
||||
×tepwarnings, 0, "Log time steps");
|
||||
|
||||
static int timehands_count = 2;
|
||||
|
||||
Reference in New Issue
Block a user