diff options
Diffstat (limited to 'lib/raid6/algos.c')
-rw-r--r-- | lib/raid6/algos.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/raid6/algos.c b/lib/raid6/algos.c index e1923b602bbc..592ff49df47d 100644 --- a/lib/raid6/algos.c +++ b/lib/raid6/algos.c | |||
@@ -98,6 +98,9 @@ const struct raid6_recov_calls *const raid6_recov_algos[] = { | |||
98 | #ifdef CONFIG_AS_SSSE3 | 98 | #ifdef CONFIG_AS_SSSE3 |
99 | &raid6_recov_ssse3, | 99 | &raid6_recov_ssse3, |
100 | #endif | 100 | #endif |
101 | #ifdef CONFIG_S390 | ||
102 | &raid6_recov_s390xc, | ||
103 | #endif | ||
101 | &raid6_recov_intx1, | 104 | &raid6_recov_intx1, |
102 | NULL | 105 | NULL |
103 | }; | 106 | }; |