ARM: findbit: operate by words
authorRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
Tue, 26 Jul 2022 23:27:38 +0000 (00:27 +0100)
committerRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
Mon, 14 Nov 2022 12:00:58 +0000 (12:00 +0000)
commit2511d032f02e6426b0bd87d225b4b322a7154d15
tree70946cd6a64e14f3ab6c79f4d8d21d88be2a621b
parent2953a3e187e054a4cfba4190a2037dc16b327372
ARM: findbit: operate by words

Convert the implementations to operate on words rather than bytes
which makes bitmap searching faster.

Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
arch/arm/include/asm/assembler.h
arch/arm/lib/findbit.S