diff options
| author | Stephen Hemminger <shemminger@osdl.org> | 2005-12-21 22:30:53 -0500 |
|---|---|---|
| committer | David S. Miller <davem@sunset.davemloft.net> | 2006-01-03 16:11:06 -0500 |
| commit | 3821af2fe13700cab6fd67367128fa180e43f8b8 (patch) | |
| tree | a70f63c24bd7d2ac8b25e3e4ee0ef6a50847aa67 /include/asm-xtensa | |
| parent | c865e5d99e25a171e8262fc0f7ba608568633c64 (diff) | |
[FLS64]: generic version
Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/asm-xtensa')
| -rw-r--r-- | include/asm-xtensa/bitops.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-xtensa/bitops.h b/include/asm-xtensa/bitops.h index e76ee889e2..0a2065f1a3 100644 --- a/include/asm-xtensa/bitops.h +++ b/include/asm-xtensa/bitops.h | |||
| @@ -245,6 +245,7 @@ static __inline__ int fls (unsigned int x) | |||
| 245 | { | 245 | { |
| 246 | return __cntlz(x); | 246 | return __cntlz(x); |
| 247 | } | 247 | } |
| 248 | #define fls64(x) generic_fls64(x) | ||
| 248 | 249 | ||
| 249 | static __inline__ int | 250 | static __inline__ int |
| 250 | find_next_bit(const unsigned long *addr, int size, int offset) | 251 | find_next_bit(const unsigned long *addr, int size, int offset) |
