diff options
| author | Ard Biesheuvel <[email protected]> | 2023-01-13 17:08:32 +0000 |
|---|---|---|
| committer | Ard Biesheuvel <[email protected]> | 2023-09-11 08:13:18 +0000 |
| commit | b089ea3cc30de85ea7e20aa66500feb4082dfbf7 (patch) | |
| tree | d4f85bffc35e851b1608fb992d54fde2d16237e6 /lib/raid6/algos.c | |
| parent | Documentation: Drop IA64 from feature descriptions (diff) | |
| download | kernel-b089ea3cc30de85ea7e20aa66500feb4082dfbf7.tar.gz kernel-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 <[email protected]>
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, |
