aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/powerpc/alignment/Makefile
diff options
context:
space:
mode:
authorMichael Ellerman <mpe@ellerman.id.au>2018-07-11 17:10:16 +1000
committerMichael Ellerman <mpe@ellerman.id.au>2018-07-20 12:50:52 +1000
commit525661ef8040e099d191f5f35defaed342e6859b (patch)
tree038de314a32f38dd1be5c86bd330e603940f3b8d /tools/testing/selftests/powerpc/alignment/Makefile
parentselftests/powerpc: Remove Power9 copy_unaligned test (diff)
downloadlinux-dev-525661ef8040e099d191f5f35defaed342e6859b.tar.xz
linux-dev-525661ef8040e099d191f5f35defaed342e6859b.zip
selftests/powerpc: Remove Power9 paste tests
Paste on POWER9 only works to accelerators and not on real memory. So these tests just generate a SIGILL. So just delete them. Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Acked-by: Michael Neuling <mikey@neuling.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'tools/testing/selftests/powerpc/alignment/Makefile')
-rw-r--r--tools/testing/selftests/powerpc/alignment/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/testing/selftests/powerpc/alignment/Makefile b/tools/testing/selftests/powerpc/alignment/Makefile
index 2d09d0e28b35..58d0e0ed8ff5 100644
--- a/tools/testing/selftests/powerpc/alignment/Makefile
+++ b/tools/testing/selftests/powerpc/alignment/Makefile
@@ -1,5 +1,4 @@
-TEST_GEN_PROGS := copy_first_unaligned paste_unaligned \
- paste_last_unaligned alignment_handler
+TEST_GEN_PROGS := copy_first_unaligned alignment_handler
include ../../lib.mk