diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2014-05-28 12:21:18 +0400 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2014-06-06 07:55:04 +0400 |
commit | d34b661b10ab49c9058cd6602fd0162ba6db40a3 (patch) | |
tree | c2cb021b5db8aeaec1ff1981e8abbce6bae72973 /tools/testing/selftests/powerpc/Makefile | |
parent | 09567e7fd44291bfc08accfdd67ad8f467842332 (diff) | |
download | linux-d34b661b10ab49c9058cd6602fd0162ba6db40a3.tar.xz |
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/Makefile | 2 |
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 |