diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-sparc64/bitops.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-sparc64/bitops.h b/include/asm-sparc64/bitops.h index 40af670f7eef..1af0f9dc47f7 100644 --- a/include/asm-sparc64/bitops.h +++ b/include/asm-sparc64/bitops.h @@ -112,6 +112,12 @@ static __inline__ unsigned long __ffs(unsigned long word) return result; } +/* + * fls: find last bit set. + */ + +#define fls(x) generic_fls(x) + #ifdef __KERNEL__ /* |
