X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Fasm-cris%2Fbitops.h;h=d3eb0f1e42085c7911aaa6f5d4303d38a78cd022;hb=52347f4e810ba323d02cd2c26b5d738f4a2c3d5e;hp=1bddb3f3a289eddfa320a4519689c3081d9d1c0e;hpb=ad8f76be48d817b48222411ae16a7dfe257bdb24;p=powerpc.git diff --git a/include/asm-cris/bitops.h b/include/asm-cris/bitops.h index 1bddb3f3a2..d3eb0f1e42 100644 --- a/include/asm-cris/bitops.h +++ b/include/asm-cris/bitops.h @@ -240,6 +240,7 @@ static inline int test_bit(int nr, const volatile unsigned long *addr) */ #define fls(x) generic_fls(x) +#define fls64(x) generic_fls64(x) /* * hweightN - returns the hamming weight of a N-bit word