* [PATCH] cyclictest: consider the 4 as the major version
@ 2015-05-20 7:02 Sebastian Andrzej Siewior
0 siblings, 0 replies; only message in thread
From: Sebastian Andrzej Siewior @ 2015-05-20 7:02 UTC (permalink / raw)
To: Clark Williams; +Cc: linux-rt-users, C.Emde, jkacur, Sebastian Andrzej Siewior
Teach cyclictest to recognize the major version 4 which we do have now.
Featurewise it should behave like the 3.0 series
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
---
src/cyclictest/cyclictest.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/cyclictest/cyclictest.c b/src/cyclictest/cyclictest.c
index c727d54364b1..38525d42c853 100644
--- a/src/cyclictest/cyclictest.c
+++ b/src/cyclictest/cyclictest.c
@@ -1554,7 +1554,7 @@ static int check_kernel(void)
strcpy(functiontracer, "function");
strcpy(traceroptions, "trace_options");
}
- } else if (maj == 3) {
+ } else if (maj >= 3) {
kv = KV_30;
strcpy(functiontracer, "function");
strcpy(traceroptions, "trace_options");
--
2.1.4
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2015-05-20 7:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-20 7:02 [PATCH] cyclictest: consider the 4 as the major version Sebastian Andrzej Siewior
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).