diff options
Diffstat (limited to 'lib/raid6/recov_avx2.c')
-rw-r--r-- | lib/raid6/recov_avx2.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/raid6/recov_avx2.c b/lib/raid6/recov_avx2.c index 43a9bab91879..e1eea433a493 100644 --- a/lib/raid6/recov_avx2.c +++ b/lib/raid6/recov_avx2.c | |||
@@ -8,8 +8,6 @@ | |||
8 | * of the License. | 8 | * of the License. |
9 | */ | 9 | */ |
10 | 10 | ||
11 | #if (defined(__i386__) || defined(__x86_64__)) && !defined(__arch_um__) | ||
12 | |||
13 | #if CONFIG_AS_AVX2 | 11 | #if CONFIG_AS_AVX2 |
14 | 12 | ||
15 | #include <linux/raid/pq.h> | 13 | #include <linux/raid/pq.h> |
@@ -323,5 +321,3 @@ const struct raid6_recov_calls raid6_recov_avx2 = { | |||
323 | #else | 321 | #else |
324 | #warning "your version of binutils lacks AVX2 support" | 322 | #warning "your version of binutils lacks AVX2 support" |
325 | #endif | 323 | #endif |
326 | |||
327 | #endif | ||