aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/powerpc/stringloops/asm
diff options
context:
space:
mode:
authorChristophe Leroy <christophe.leroy@c-s.fr>2018-08-01 09:01:16 +0000
committerMichael Ellerman <mpe@ellerman.id.au>2018-08-07 21:49:31 +1000
commit396ab6ab284a9fff4154e9bd491372f43de8284c (patch)
treeb16f409ea42375bf6600779bc8ae18f0eea739f9 /tools/testing/selftests/powerpc/stringloops/asm
parentpowerpc/lib: Implement strlen() in assembly for PPC32 (diff)
downloadlinux-dev-396ab6ab284a9fff4154e9bd491372f43de8284c.tar.xz
linux-dev-396ab6ab284a9fff4154e9bd491372f43de8284c.zip
selftests/powerpc: Update strlen() test to test the new assembly function for PPC32
This patch adds a test for testing the new assembly strlen() for PPC32 Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> [mpe: Fix 64-bit build] Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'tools/testing/selftests/powerpc/stringloops/asm')
-rw-r--r--tools/testing/selftests/powerpc/stringloops/asm/cache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/powerpc/stringloops/asm/cache.h b/tools/testing/selftests/powerpc/stringloops/asm/cache.h
new file mode 100644
index 000000000000..8a2840831122
--- /dev/null
+++ b/tools/testing/selftests/powerpc/stringloops/asm/cache.h
@@ -0,0 +1 @@
+#define IFETCH_ALIGN_BYTES 4