summaryrefslogtreecommitdiffstats
path: root/lib/raid6/algos.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/raid6/algos.c')
-rw-r--r--lib/raid6/algos.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/raid6/algos.c b/lib/raid6/algos.c
index 7857049fd7d3..476994723258 100644
--- a/lib/raid6/algos.c
+++ b/lib/raid6/algos.c
@@ -113,6 +113,9 @@ const struct raid6_recov_calls *const raid6_recov_algos[] = {
113#ifdef CONFIG_S390 113#ifdef CONFIG_S390
114 &raid6_recov_s390xc, 114 &raid6_recov_s390xc,
115#endif 115#endif
116#if defined(CONFIG_KERNEL_MODE_NEON)
117 &raid6_recov_neon,
118#endif
116 &raid6_recov_intx1, 119 &raid6_recov_intx1,
117 NULL 120 NULL
118}; 121};