aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/powerpc/stringloops/memcmp_32.S
diff options
context:
space:
mode:
authorChristophe Leroy <christophe.leroy@c-s.fr>2018-08-01 09:01:10 +0000
committerMichael Ellerman <mpe@ellerman.id.au>2018-08-07 21:49:29 +1000
commit1bb07b593adc1934a526eb04acfe8bf786decfd2 (patch)
treeca64a64fe72f10a654a97f643b628f6fdcc97330 /tools/testing/selftests/powerpc/stringloops/memcmp_32.S
parentpowerpc/pseries: Defer the logging of rtas error to irq work queue. (diff)
downloadlinux-dev-1bb07b593adc1934a526eb04acfe8bf786decfd2.tar.xz
linux-dev-1bb07b593adc1934a526eb04acfe8bf786decfd2.zip
selftests/powerpc: Add test for 32 bits memcmp
This patch renames memcmp test to memcmp_64 and adds a memcmp_32 test for testing the 32 bits version of memcmp() Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> [mpe: Fix 64-bit build by adding build_32bit test] Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to '')
l---------tools/testing/selftests/powerpc/stringloops/memcmp_32.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/powerpc/stringloops/memcmp_32.S b/tools/testing/selftests/powerpc/stringloops/memcmp_32.S
new file mode 120000
index 000000000000..056f2b3af789
--- /dev/null
+++ b/tools/testing/selftests/powerpc/stringloops/memcmp_32.S
@@ -0,0 +1 @@
+../../../../../arch/powerpc/lib/memcmp_32.S \ No newline at end of file