s390/crc32be: convert to C
authorHeiko Carstens <hca@linux.ibm.com>
Sat, 3 Feb 2024 10:45:27 +0000 (11:45 +0100)
committerHeiko Carstens <hca@linux.ibm.com>
Fri, 16 Feb 2024 13:30:18 +0000 (14:30 +0100)
commitc59bf4de01b67184c19a9f6f04caa1a8d5b55afb
treefff8e3f0e963935d61eb84c9ae436885599aab7e
parent37346951a89ae0a6054d4286f5a90dadc57eee5d
s390/crc32be: convert to C

Convert CRC-32 BE variant to C.

Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
arch/s390/crypto/crc32-vx.c
arch/s390/crypto/crc32-vx.h [new file with mode: 0644]
arch/s390/crypto/crc32be-vx.S [deleted file]
arch/s390/crypto/crc32be-vx.c [new file with mode: 0644]