aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorHans-Christian Noren Egtvedt <egtvedt@samfundet.no>2017-05-01 09:33:20 +0200
committerHans-Christian Noren Egtvedt <egtvedt@samfundet.no>2017-05-01 09:36:30 +0200
commitcddbfbd448344dbfa0581307b0c4705e940b0743 (patch)
treef2c03a17f9bcece0edfdedfb384345f278937bc7 /lib
parentlib: remove AVR32 entry in Kconfig.debug compile with frame pointers (diff)
downloadlinux-dev-cddbfbd448344dbfa0581307b0c4705e940b0743.tar.xz
linux-dev-cddbfbd448344dbfa0581307b0c4705e940b0743.zip
lib: remove check for AVR32 arch in test_user_copy
The AVR32 architecture support has been removed from the Linux kernel, hence remove all the check for this architecture in test_user_copy.c. Signed-off-by: Hans-Christian Noren Egtvedt <egtvedt@samfundet.no>
Diffstat (limited to 'lib')
-rw-r--r--lib/test_user_copy.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/test_user_copy.c b/lib/test_user_copy.c
index 1a8d71a68531..4621db801b23 100644
--- a/lib/test_user_copy.c
+++ b/lib/test_user_copy.c
@@ -31,7 +31,6 @@
* their capability at compile-time, we just have to opt-out certain archs.
*/
#if BITS_PER_LONG == 64 || (!(defined(CONFIG_ARM) && !defined(MMU)) && \
- !defined(CONFIG_AVR32) && \
!defined(CONFIG_BLACKFIN) && \
!defined(CONFIG_M32R) && \
!defined(CONFIG_M68K) && \