Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-14 | generic: Implement generic ffs/fls using __builtin_* functions | Catalin Marinas | |
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> |