diff options
| -rw-r--r-- | lib/test_user_copy.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/test_user_copy.c b/lib/test_user_copy.c index 6f335a3d4ae2..1a8d71a68531 100644 --- a/lib/test_user_copy.c +++ b/lib/test_user_copy.c | |||
| @@ -30,7 +30,8 @@ | |||
| 30 | * As there doesn't appear to be anything that can safely determine | 30 | * As there doesn't appear to be anything that can safely determine |
| 31 | * their capability at compile-time, we just have to opt-out certain archs. | 31 | * their capability at compile-time, we just have to opt-out certain archs. |
| 32 | */ | 32 | */ |
| 33 | #if BITS_PER_LONG == 64 || (!defined(CONFIG_AVR32) && \ | 33 | #if BITS_PER_LONG == 64 || (!(defined(CONFIG_ARM) && !defined(MMU)) && \ |
| 34 | !defined(CONFIG_AVR32) && \ | ||
| 34 | !defined(CONFIG_BLACKFIN) && \ | 35 | !defined(CONFIG_BLACKFIN) && \ |
| 35 | !defined(CONFIG_M32R) && \ | 36 | !defined(CONFIG_M32R) && \ |
| 36 | !defined(CONFIG_M68K) && \ | 37 | !defined(CONFIG_M68K) && \ |
