diff options
author | Hans-Christian Noren Egtvedt <egtvedt@samfundet.no> | 2017-05-01 10:33:20 +0300 |
---|---|---|
committer | Hans-Christian Noren Egtvedt <egtvedt@samfundet.no> | 2017-05-01 10:36:30 +0300 |
commit | cddbfbd448344dbfa0581307b0c4705e940b0743 (patch) | |
tree | f2c03a17f9bcece0edfdedfb384345f278937bc7 /lib | |
parent | 695c1208e0e497d4f0a0ef7a4bac0bd1e3de0f74 (diff) | |
download | linux-cddbfbd448344dbfa0581307b0c4705e940b0743.tar.xz |
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.c | 1 |
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) && \ |