diff options
author | Ard Biesheuvel <ardb@kernel.org> | 2023-01-13 18:08:32 +0100 |
---|---|---|
committer | Ard Biesheuvel <ardb@kernel.org> | 2023-09-11 08:13:18 +0000 |
commit | b089ea3cc30de85ea7e20aa66500feb4082dfbf7 (patch) | |
tree | d4f85bffc35e851b1608fb992d54fde2d16237e6 /lib/raid6/algos.c | |
parent | af1f459233d4edeef634f559539e7f4b64cb1d25 (diff) |
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.c | 4 |
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, |