[PATCH] paravirt: Add MMU virtualization to paravirt_ops
[powerpc.git] / include / asm-x86_64 / bitops.h
index f7ba57b..5b535ea 100644 (file)
@@ -399,6 +399,8 @@ static __inline__ int fls(int x)
        return r+1;
 }
 
+#define ARCH_HAS_FAST_MULTIPLIER 1
+
 #include <asm-generic/bitops/hweight.h>
 
 #endif /* __KERNEL__ */