linux_dsm_epyc7002/tools/testing/selftests/powerpc/benchmarks
Christophe Leroy beb4f4722c powerpc/selftest: fix type of mftb() in null_syscall
All callers of mftb() expect 'unsigned long', and the function itself
only returns lower part of the TB so it really is 'unsigned long'
not 'unsigned long long'

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
2019-02-22 00:10:15 +11:00
..
.gitignore selftests/powerpc: Add process creation benchmark 2018-03-20 16:47:54 +11:00
context_switch.c selftests/powerpc: context_switch: Fix pthread errors 2017-10-13 19:41:56 +11:00
exec_target.c selftests/powerpc: fix exec benchmark 2018-05-14 23:10:33 +10:00
fork.c selftests/powerpc: Add process creation benchmark 2018-03-20 16:47:54 +11:00
futex_bench.c selftests/powerpc: Give some tests longer to run 2018-08-07 21:49:26 +10:00
gettimeofday.c powerpc/selftest: Add gettimeofday() benchmark 2015-10-01 16:52:02 +10:00
Makefile selftests/powerpc: Fix Makefiles for headers_install change 2018-09-28 15:07:45 +10:00
mmap_bench.c selftests/powerpc: Give some tests longer to run 2018-08-07 21:49:26 +10:00
null_syscall.c powerpc/selftest: fix type of mftb() in null_syscall 2019-02-22 00:10:15 +11:00