aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/powerpc/benchmarks/Makefile
diff options
context:
space:
mode:
authorAnton Blanchard <anton@au.ibm.com>2016-09-27 22:10:16 +0800
committerMichael Ellerman <mpe@ellerman.id.au>2016-11-14 11:11:51 +1100
commitd8db9bc55a316d97d0acdf6ccc9f43b370acd358 (patch)
tree57ad3022f81f395863859563c1e77d9a99efca55 /tools/testing/selftests/powerpc/benchmarks/Makefile
parentLinux 4.9-rc5 (diff)
downloadlinux-dev-d8db9bc55a316d97d0acdf6ccc9f43b370acd358.tar.xz
linux-dev-d8db9bc55a316d97d0acdf6ccc9f43b370acd358.zip
selftests/powerpc: Add Anton's null_syscall benchmark to the selftests
Pull in a version of Anton's null_syscall benchmark: http://ozlabs.org/~anton/junkcode/null_syscall.c Suggested-by: Michael Ellerman <mpe@ellerman.id.au> Signed-off-by: Anton Blanchard <anton@au.ibm.com> Signed-off-by: Rui Teng <rui.teng@linux.vnet.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to '')
-rw-r--r--tools/testing/selftests/powerpc/benchmarks/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/powerpc/benchmarks/Makefile b/tools/testing/selftests/powerpc/benchmarks/Makefile
index a9adfb7de78f..545077f98f72 100644
--- a/tools/testing/selftests/powerpc/benchmarks/Makefile
+++ b/tools/testing/selftests/powerpc/benchmarks/Makefile
@@ -1,4 +1,4 @@
-TEST_PROGS := gettimeofday context_switch mmap_bench futex_bench
+TEST_PROGS := gettimeofday context_switch mmap_bench futex_bench null_syscall
CFLAGS += -O2