]> git.proxmox.com Git - mirror_zfs.git/commit
module/icp/asm-arm/sha2: fix compiling on armv5/6
authorShengqi Chen <harry-chen@outlook.com>
Wed, 22 Nov 2023 14:27:24 +0000 (22:27 +0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 28 Nov 2023 21:26:12 +0000 (13:26 -0800)
commitb94ce4e17d5138f4aaea098e78478be0fdc9424d
tree4b6217f841298c8cc7a9ce857040dc4669fe5d0c
parent4340f69be1f8562ddb6654618134c921496e5e47
module/icp/asm-arm/sha2: fix compiling on armv5/6

The `adr` insn in neon kernel generates an compiling
error on armv5/6 target. Fix that by using `ldr`.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
Closes #15557
module/icp/asm-arm/sha2/sha256-armv7.S