]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
lib/crc: arm64: Drop unnecessary chunking logic from crc64
authorArd Biesheuvel <ardb@kernel.org>
Mon, 30 Mar 2026 14:46:32 +0000 (16:46 +0200)
committerEric Biggers <ebiggers@kernel.org>
Thu, 2 Apr 2026 23:14:53 +0000 (16:14 -0700)
commite0718ed60d60299840cfc2a408eb26042a20d186
tree06d3d11d80b662e44a57b6a7672e4674ceb8463c
parent5276ea17a23c829d4e4417569abff71a1c8342d9
lib/crc: arm64: Drop unnecessary chunking logic from crc64

On arm64, kernel mode NEON executes with preemption enabled, so there is
no need to chunk the input by hand.

Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Link: https://lore.kernel.org/r/20260330144630.33026-8-ardb@kernel.org
Signed-off-by: Eric Biggers <ebiggers@kernel.org>
lib/crc/arm64/crc64.h