diff options
author | Christophe Leroy <christophe.leroy@c-s.fr> | 2018-08-01 09:01:16 +0000 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2018-08-07 21:49:31 +1000 |
commit | 396ab6ab284a9fff4154e9bd491372f43de8284c (patch) | |
tree | b16f409ea42375bf6600779bc8ae18f0eea739f9 /tools/testing/selftests/powerpc/stringloops/asm/cache.h | |
parent | 9412b234501eef1d273cc759387a232f0027c574 (diff) |
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/cache.h')
-rw-r--r-- | tools/testing/selftests/powerpc/stringloops/asm/cache.h | 1 |
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 |