diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2008-12-31 18:42:18 -0500 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2008-12-31 18:42:18 -0500 |
commit | 0db5d3d2f58804edb394e8008c7d9744110338a2 (patch) | |
tree | 7528110d1e7c979bfff709dc0b37b7af596939f3 /arch/m68knommu | |
parent | 434ae514c23047db87a8bbf39cebc9e1767aea44 (diff) |
m68knommu: define __fls
Like fls, but can't be handed 0 and returns the bit number.
(I broke this arch in linux-next by using __fls in generic code).
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'arch/m68knommu')
-rw-r--r-- | arch/m68knommu/include/asm/bitops.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/m68knommu/include/asm/bitops.h b/arch/m68knommu/include/asm/bitops.h index 6f3685eab44c..9d3cbe5fad1e 100644 --- a/arch/m68knommu/include/asm/bitops.h +++ b/arch/m68knommu/include/asm/bitops.h | |||
@@ -331,6 +331,7 @@ found_middle: | |||
331 | #endif /* __KERNEL__ */ | 331 | #endif /* __KERNEL__ */ |
332 | 332 | ||
333 | #include <asm-generic/bitops/fls.h> | 333 | #include <asm-generic/bitops/fls.h> |
334 | #include <asm-generic/bitops/__fls.h> | ||
334 | #include <asm-generic/bitops/fls64.h> | 335 | #include <asm-generic/bitops/fls64.h> |
335 | 336 | ||
336 | #endif /* _M68KNOMMU_BITOPS_H */ | 337 | #endif /* _M68KNOMMU_BITOPS_H */ |