linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] selftests/powerpc: benchmarks/context_switch.c improve usage message
@ 2016-03-03 23:06 Cyril Bur
  2016-03-03 23:06 ` [PATCH 2/2] selftests/powerpc: benchmarks/context_switch.c use vector instructions/types Cyril Bur
  2016-07-05 14:10 ` [1/2] selftests/powerpc: benchmarks/context_switch.c improve usage message Michael Ellerman
  0 siblings, 2 replies; 5+ messages in thread
From: Cyril Bur @ 2016-03-03 23:06 UTC (permalink / raw)
  To: linuxppc-dev

Signed-off-by: Cyril Bur <cyrilbur@gmail.com>
---
 tools/testing/selftests/powerpc/benchmarks/context_switch.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tools/testing/selftests/powerpc/benchmarks/context_switch.c b/tools/testing/selftests/powerpc/benchmarks/context_switch.c
index 7b78594..e6af382 100644
--- a/tools/testing/selftests/powerpc/benchmarks/context_switch.c
+++ b/tools/testing/selftests/powerpc/benchmarks/context_switch.c
@@ -369,11 +369,11 @@ static void usage(void)
 	fprintf(stderr, "\t\t--process\tUse processes (default threads)\n");
 	fprintf(stderr, "\t\t--timeout=X\tDuration in seconds to run (default 30)\n");
 	fprintf(stderr, "\t\t--vdso\t\ttouch VDSO\n");
-	fprintf(stderr, "\t\t--fp\t\ttouch FP\n");
+	fprintf(stderr, "\t\t--no-fp\t\tDon't touch FP\n");
 #ifdef __powerpc__
-	fprintf(stderr, "\t\t--altivec\ttouch altivec\n");
+	fprintf(stderr, "\t\t--no-altivec\tDon't touch altivec\n");
 #endif
-	fprintf(stderr, "\t\t--vector\ttouch vector\n");
+	fprintf(stderr, "\t\t--no-vector\tDon't touch vector\n");
 }
 
 int main(int argc, char *argv[])
-- 
2.7.2

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-01-23  8:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-03 23:06 [PATCH 1/2] selftests/powerpc: benchmarks/context_switch.c improve usage message Cyril Bur
2016-03-03 23:06 ` [PATCH 2/2] selftests/powerpc: benchmarks/context_switch.c use vector instructions/types Cyril Bur
2016-07-05 14:10   ` [2/2] " Michael Ellerman
2019-01-23  8:47   ` [PATCH 2/2] " Christophe Leroy
2016-07-05 14:10 ` [1/2] selftests/powerpc: benchmarks/context_switch.c improve usage message Michael Ellerman

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).