Merge remote-tracking branch 'md/for-next'
[deliverable/linux.git] / lib / raid6 / algos.c
index 149d947a4fec5a9fc5dc4ebd5ccd454cf038755f..7857049fd7d3660022e9372fdd5a11adc243099b 100644 (file)
@@ -77,6 +77,9 @@ const struct raid6_calls * const raid6_algos[] = {
 #endif
 #if defined(CONFIG_TILEGX)
        &raid6_tilegx8,
+#endif
+#if defined(CONFIG_S390)
+       &raid6_s390vx8,
 #endif
        &raid6_intx1,
        &raid6_intx2,
@@ -106,6 +109,9 @@ const struct raid6_recov_calls *const raid6_recov_algos[] = {
 #endif
 #ifdef CONFIG_AS_SSSE3
        &raid6_recov_ssse3,
+#endif
+#ifdef CONFIG_S390
+       &raid6_recov_s390xc,
 #endif
        &raid6_recov_intx1,
        NULL
This page took 0.023832 seconds and 5 git commands to generate.