diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2009-01-03 00:46:04 -0500 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2009-01-03 00:46:04 -0500 |
commit | 9ddabc2a29163e4b243d10c5e06fc5584073d7ad (patch) | |
tree | 8dc8f18dad59db86ad91e0500b35aa1558838c92 /arch/h8300/include | |
parent | ee38e5140bafbf40e1bd25ab917ac8db54a27799 (diff) |
h8300: define __fls
Like fls, but can't be handed 0 and returns the bit number.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'arch/h8300/include')
-rw-r--r-- | arch/h8300/include/asm/bitops.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/h8300/include/asm/bitops.h b/arch/h8300/include/asm/bitops.h index cb18e3b0aa94..cb9ddf5fc54f 100644 --- a/arch/h8300/include/asm/bitops.h +++ b/arch/h8300/include/asm/bitops.h | |||
@@ -207,6 +207,7 @@ static __inline__ unsigned long __ffs(unsigned long word) | |||
207 | #endif /* __KERNEL__ */ | 207 | #endif /* __KERNEL__ */ |
208 | 208 | ||
209 | #include <asm-generic/bitops/fls.h> | 209 | #include <asm-generic/bitops/fls.h> |
210 | #include <asm-generic/bitops/__fls.h> | ||
210 | #include <asm-generic/bitops/fls64.h> | 211 | #include <asm-generic/bitops/fls64.h> |
211 | 212 | ||
212 | #endif /* _H8300_BITOPS_H */ | 213 | #endif /* _H8300_BITOPS_H */ |