[PATCH 20/27] timecounter: Let kern.timecounter.stepwarnings be set as a tunable
Moyano, Gabriel
gabriel.moyano at dlr.de
Wed Nov 17 07:50:32 UTC 2021
From: Mark Johnston <markj at FreeBSD.org>
MFC after: 1 week
---
cpukit/score/src/kern_tc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cpukit/score/src/kern_tc.c b/cpukit/score/src/kern_tc.c
index 7ea38e2694..2b131bb423 100644
--- a/cpukit/score/src/kern_tc.c
+++ b/cpukit/score/src/kern_tc.c
@@ -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;
--
2.17.1
More information about the devel
mailing list