ARM: findbit: convert to macros
authorRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
Thu, 11 Aug 2022 14:53:41 +0000 (15:53 +0100)
committerRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
Mon, 14 Nov 2022 12:00:58 +0000 (12:00 +0000)
commit2953a3e187e054a4cfba4190a2037dc16b327372
tree891b573875b4db880f99e1357e1d9edb3941ceea
parentbceab1431e0789794cbcc8bb71d500a74c8213f2
ARM: findbit: convert to macros

Since the pairs of _find_first and _find_next functions are pretty
similar, use macros to generate this code. This commit does not
change the generated code.

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