summaryrefslogtreecommitdiffstats
path: root/lib/raid6/algos.c
diff options
context:
space:
mode:
authorArd Biesheuvel <ardb@kernel.org>2023-01-13 18:08:32 +0100
committerArd Biesheuvel <ardb@kernel.org>2023-09-11 08:13:18 +0000
commitb089ea3cc30de85ea7e20aa66500feb4082dfbf7 (patch)
treed4f85bffc35e851b1608fb992d54fde2d16237e6 /lib/raid6/algos.c
parentaf1f459233d4edeef634f559539e7f4b64cb1d25 (diff)
downloadlinux-b089ea3cc30de85ea7e20aa66500feb4082dfbf7.tar.gz
linux-b089ea3cc30de85ea7e20aa66500feb4082dfbf7.tar.bz2
linux-b089ea3cc30de85ea7e20aa66500feb4082dfbf7.zip
lib/raid6: Drop IA64 support
Drop Itanium support from the RAID6 code, and along with it, the 16x and 32x unrolled versions, which were only used by IA64. Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Diffstat (limited to 'lib/raid6/algos.c')
-rw-r--r--lib/raid6/algos.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/raid6/algos.c b/lib/raid6/algos.c
index 0ec534faf019..cd2e88ee1f14 100644
--- a/lib/raid6/algos.c
+++ b/lib/raid6/algos.c
@@ -81,10 +81,6 @@ const struct raid6_calls * const raid6_algos[] = {
&raid6_lsx,
#endif
#endif
-#if defined(__ia64__)
- &raid6_intx32,
- &raid6_intx16,
-#endif
&raid6_intx8,
&raid6_intx4,
&raid6_intx2,