kernel: switch crc32 implementation back to default
authorQingfang Deng <qingfang.deng@siflower.com.cn>
Fri, 28 Jun 2024 08:20:09 +0000 (16:20 +0800)
committerRobert Marko <robimarko@gmail.com>
Tue, 6 Aug 2024 19:52:05 +0000 (21:52 +0200)
commite5dc16e60d73b672409fc724d4de1b369e515fee
tree7f4b34982339ba634ce06c4020d5234bc3542b28
parent769c933069389099d408edc48ba62fb9b76b4dcd
kernel: switch crc32 implementation back to default

Commit ec885796c05a switched the crc32 implementation from default to
byte-at-a-time algorithm, which runs slower but consumes less memory.
A decade has passed, and we have already abandoned targets that had
small memory, so switch it back to default for faster speed.

Signed-off-by: Qingfang Deng <qingfang.deng@siflower.com.cn>
target/linux/generic/config-5.15
target/linux/generic/config-6.1
target/linux/generic/config-6.6