]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
selftests/powerpc: Add memcmp testcase
authorAnton Blanchard <anton@samba.org>
Wed, 21 Jan 2015 01:27:39 +0000 (12:27 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 23 Jan 2015 05:44:23 +0000 (16:44 +1100)
commit521adf5357105f6f750fbe7bca958fab3b19df2e
tree74f9dc6108221b20aa7ded50b1ed47528d1a9538
parent15c2d45d17418cc4a712608c78ff3b5f0583d83b
selftests/powerpc: Add memcmp testcase

Add a testcase for the new ppc64 memcmp.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
tools/testing/selftests/powerpc/Makefile
tools/testing/selftests/powerpc/stringloops/.gitignore [new file with mode: 0644]
tools/testing/selftests/powerpc/stringloops/Makefile [new file with mode: 0644]
tools/testing/selftests/powerpc/stringloops/asm/ppc_asm.h [new file with mode: 0644]
tools/testing/selftests/powerpc/stringloops/memcmp.c [new file with mode: 0644]
tools/testing/selftests/powerpc/stringloops/memcmp_64.S [new symlink]