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>
This commit is contained in:
@@ -80,10 +80,6 @@ const struct raid6_calls * const raid6_algos[] = {
|
||||
#ifdef CONFIG_CPU_HAS_LSX
|
||||
&raid6_lsx,
|
||||
#endif
|
||||
#endif
|
||||
#if defined(__ia64__)
|
||||
&raid6_intx32,
|
||||
&raid6_intx16,
|
||||
#endif
|
||||
&raid6_intx8,
|
||||
&raid6_intx4,
|
||||
|
||||
Reference in New Issue
Block a user