Skip to content

Commit

Permalink
lib: remove check for AVR32 arch in test_user_copy
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
egtvedt committed May 1, 2017
1 parent 695c120 commit cddbfbd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/test_user_copy.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) && \
Expand Down

0 comments on commit cddbfbd

Please sign in to comment.