aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/powerpc/Makefile
diff options
context:
space:
mode:
authorMichael Ellerman <mpe@ellerman.id.au>2014-05-28 18:21:18 +1000
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2014-06-06 13:55:04 +1000
commitd34b661b10ab49c9058cd6602fd0162ba6db40a3 (patch)
treec2cb021b5db8aeaec1ff1981e8abbce6bae72973 /tools/testing/selftests/powerpc/Makefile
parentpowerpc/mm: Check paca psize is up to date for huge mappings (diff)
downloadlinux-dev-d34b661b10ab49c9058cd6602fd0162ba6db40a3.tar.xz
linux-dev-d34b661b10ab49c9058cd6602fd0162ba6db40a3.zip
selftests/powerpc: Test the THP bug we fixed in the previous commit
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Reviewed-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'tools/testing/selftests/powerpc/Makefile')
-rw-r--r--tools/testing/selftests/powerpc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/powerpc/Makefile b/tools/testing/selftests/powerpc/Makefile
index 316194f26ff4..b3dbe9ef1a40 100644
--- a/tools/testing/selftests/powerpc/Makefile
+++ b/tools/testing/selftests/powerpc/Makefile
@@ -13,7 +13,7 @@ CFLAGS := -Wall -O2 -flto -Wall -Werror -DGIT_VERSION='"$(GIT_VERSION)"' -I$(CUR
export CC CFLAGS
-TARGETS = pmu copyloops
+TARGETS = pmu copyloops mm
endif