Merge with /home/shaggy/git/linus-clean/
[powerpc.git] / include / asm-sparc64 / bitops.h
index 6388b83..6efc016 100644 (file)
@@ -119,6 +119,7 @@ static inline unsigned long __ffs(unsigned long word)
  */
 
 #define fls(x) generic_fls(x)
+#define fls64(x)   generic_fls64(x)
 
 #ifdef __KERNEL__