diff options
author | Ard Biesheuvel <ardb@kernel.org> | 2023-01-13 20:08:32 +0300 |
---|---|---|
committer | Ard Biesheuvel <ardb@kernel.org> | 2023-09-11 11:13:18 +0300 |
commit | b089ea3cc30de85ea7e20aa66500feb4082dfbf7 (patch) | |
tree | d4f85bffc35e851b1608fb992d54fde2d16237e6 /include/linux/raid/pq.h | |
parent | af1f459233d4edeef634f559539e7f4b64cb1d25 (diff) | |
download | linux-b089ea3cc30de85ea7e20aa66500feb4082dfbf7.tar.xz |
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 'include/linux/raid/pq.h')
-rw-r--r-- | include/linux/raid/pq.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/raid/pq.h b/include/linux/raid/pq.h index 006e18decfad..98030accf641 100644 --- a/include/linux/raid/pq.h +++ b/include/linux/raid/pq.h @@ -84,8 +84,6 @@ extern const struct raid6_calls raid6_intx1; extern const struct raid6_calls raid6_intx2; extern const struct raid6_calls raid6_intx4; extern const struct raid6_calls raid6_intx8; -extern const struct raid6_calls raid6_intx16; -extern const struct raid6_calls raid6_intx32; extern const struct raid6_calls raid6_mmxx1; extern const struct raid6_calls raid6_mmxx2; extern const struct raid6_calls raid6_sse1x1; |