+15
−0
+15
−0
include/asm-generic/bitops/builtin-ffs.h
0 → 100644
+17
−0
include/asm-generic/bitops/builtin-fls.h
0 → 100644
+16
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
This patch implements ffs, __ffs, fls, __fls using __builtin_* gcc functions. These header files can be used by other architectures that rely on the gcc builtins. Signed-off-by:Catalin Marinas <catalin.marinas@arm.com> Acked-by:
Arnd Bergmann <arnd@arndb.de>