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 975c6e0434bd..e1923b602bbc 100644 --- a/lib/raid6/algos.c +++ b/lib/raid6/algos.c | |||
@@ -69,6 +69,9 @@ const struct raid6_calls * const raid6_algos[] = { | |||
69 | #if defined(CONFIG_TILEGX) | 69 | #if defined(CONFIG_TILEGX) |
70 | &raid6_tilegx8, | 70 | &raid6_tilegx8, |
71 | #endif | 71 | #endif |
72 | #if defined(CONFIG_S390) | ||
73 | &raid6_s390vx8, | ||
74 | #endif | ||
72 | &raid6_intx1, | 75 | &raid6_intx1, |
73 | &raid6_intx2, | 76 | &raid6_intx2, |
74 | &raid6_intx4, | 77 | &raid6_intx4, |