diff options
Diffstat (limited to 'lib/raid6/algos.c')
| -rw-r--r-- | lib/raid6/algos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/raid6/algos.c b/lib/raid6/algos.c index 7d0e5cd7b570..dbef2314901e 100644 --- a/lib/raid6/algos.c +++ b/lib/raid6/algos.c | |||
| @@ -89,10 +89,10 @@ void (*raid6_datap_recov)(int, size_t, int, void **); | |||
| 89 | EXPORT_SYMBOL_GPL(raid6_datap_recov); | 89 | EXPORT_SYMBOL_GPL(raid6_datap_recov); |
| 90 | 90 | ||
| 91 | const struct raid6_recov_calls *const raid6_recov_algos[] = { | 91 | const struct raid6_recov_calls *const raid6_recov_algos[] = { |
| 92 | #if (defined(__i386__) || defined(__x86_64__)) && !defined(__arch_um__) | ||
| 93 | #ifdef CONFIG_AS_AVX2 | 92 | #ifdef CONFIG_AS_AVX2 |
| 94 | &raid6_recov_avx2, | 93 | &raid6_recov_avx2, |
| 95 | #endif | 94 | #endif |
| 95 | #ifdef CONFIG_AS_SSSE3 | ||
| 96 | &raid6_recov_ssse3, | 96 | &raid6_recov_ssse3, |
| 97 | #endif | 97 | #endif |
| 98 | &raid6_recov_intx1, | 98 | &raid6_recov_intx1, |
