[PATCH v4 2/3] arm64/crc32: Reorganize bit/byte ordering macros
Eric Biggers
ebiggers at kernel.org
Fri Oct 18 16:54:13 PDT 2024
On Fri, Oct 18, 2024 at 09:53:50AM +0200, Ard Biesheuvel wrote:
> From: Ard Biesheuvel <ardb at kernel.org>
>
> In preparation for a new user, reorganize the bit/byte ordering macros
> that are used to parameterize the crc32 template code and instantiate
> CRC-32, CRC-32c and 'big endian' CRC-32.
>
> Signed-off-by: Ard Biesheuvel <ardb at kernel.org>
> ---
> arch/arm64/lib/crc32.S | 91 +++++++++-----------
> 1 file changed, 39 insertions(+), 52 deletions(-)
Reviewed-by: Eric Biggers <ebiggers at google.com>
- Eric
More information about the linux-arm-kernel
mailing list