[PATCH] usercopy: Don't test 64-bit get/put_user() on 32-bit powerpc

From: Michael Ellerman
Date: Sat Feb 18 2017 - 04:33:40 EST


Add PPC32 to the opt-out list, otherwise it breaks the build.

Signed-off-by: Michael Ellerman <mpe@xxxxxxxxxxxxxx>
---
lib/test_user_copy.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/lib/test_user_copy.c b/lib/test_user_copy.c
index 4a79f2c1cd6e..6f335a3d4ae2 100644
--- a/lib/test_user_copy.c
+++ b/lib/test_user_copy.c
@@ -37,6 +37,7 @@
!defined(CONFIG_MICROBLAZE) && \
!defined(CONFIG_MN10300) && \
!defined(CONFIG_NIOS2) && \
+ !defined(CONFIG_PPC32) && \
!defined(CONFIG_SUPERH))
# define TEST_U64
#endif
--
2.7.4