From 00c946a06ec8414ad22f0e8dcd17187bdd127a72 Mon Sep 17 00:00:00 2001 From: Michael Neuling Date: Fri, 6 Oct 2017 10:48:57 +1100 Subject: selftests/powerpc: Remove redundant cp_abort test Paste on POWER9 only works on accelerators and no longer on real memory. Hence this test is broken so remove it. Signed-off-by: Michael Neuling Signed-off-by: Michael Ellerman --- tools/testing/selftests/powerpc/context_switch/Makefile | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 tools/testing/selftests/powerpc/context_switch/Makefile (limited to 'tools/testing/selftests/powerpc/context_switch/Makefile') diff --git a/tools/testing/selftests/powerpc/context_switch/Makefile b/tools/testing/selftests/powerpc/context_switch/Makefile deleted file mode 100644 index e9351bb4285d..000000000000 --- a/tools/testing/selftests/powerpc/context_switch/Makefile +++ /dev/null @@ -1,5 +0,0 @@ -TEST_GEN_PROGS := cp_abort - -include ../../lib.mk - -$(TEST_GEN_PROGS): ../harness.c ../utils.c -- cgit v1.2.3-59-g8ed1b