]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
sparc: asm/bitops.h should define __fls
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 4 Dec 2008 00:04:52 +0000 (16:04 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 4 Dec 2008 00:04:52 +0000 (16:04 -0800)
bitops_64.h includes the generic one; pretty sure 32 should too.

(Found by using __fls in generic code and breaking sparc defconfig build:
 thanks Stephen and linux-next!)

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/include/asm/bitops_32.h

index 68b98a7e6454952500e54cd6728eb688813836a2..9cf4ae0cd7ba7b2a173c5c30039365a06f0a1db1 100644 (file)
@@ -98,6 +98,7 @@ static inline void change_bit(unsigned long nr, volatile unsigned long *addr)
 #include <asm-generic/bitops/sched.h>
 #include <asm-generic/bitops/ffs.h>
 #include <asm-generic/bitops/fls.h>
+#include <asm-generic/bitops/__fls.h>
 #include <asm-generic/bitops/fls64.h>
 #include <asm-generic/bitops/hweight.h>
 #include <asm-generic/bitops/lock.h>