diff options
author | Ard Biesheuvel <ardb@kernel.org> | 2023-01-13 18:08:32 +0100 |
---|---|---|
committer | Ard Biesheuvel <ardb@kernel.org> | 2023-09-11 10:13:18 +0200 |
commit | b089ea3cc30de85ea7e20aa66500feb4082dfbf7 (patch) | |
tree | d4f85bffc35e851b1608fb992d54fde2d16237e6 /lib/raid6/int.uc | |
parent | Documentation: Drop IA64 from feature descriptions (diff) | |
download | linux-b089ea3cc30de85ea7e20aa66500feb4082dfbf7.tar.xz 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/int.uc')
-rw-r--r-- | lib/raid6/int.uc | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/raid6/int.uc b/lib/raid6/int.uc index 558aeac9342a..1ba56c3fa482 100644 --- a/lib/raid6/int.uc +++ b/lib/raid6/int.uc @@ -42,13 +42,6 @@ typedef u32 unative_t; /* - * IA-64 wants insane amounts of unrolling. On other architectures that - * is just a waste of space. - */ -#if ($# <= 8) || defined(__ia64__) - - -/* * These sub-operations are separate inlines since they can sometimes be * specially optimized using architecture-specific hacks. */ @@ -152,5 +145,3 @@ const struct raid6_calls raid6_intx$# = { "int" NSTRING "x$#", 0 }; - -#endif |