[PATCH] LOG2: Implement a general integer log2 facility in the kernel
[safe/jmp/linux-2.6] / arch / s390 / Kconfig
index 583d9ff..45e47bf 100644 (file)
@@ -22,6 +22,14 @@ config RWSEM_XCHGADD_ALGORITHM
        bool
        default y
 
+config ARCH_HAS_ILOG2_U32
+       bool
+       default n
+
+config ARCH_HAS_ILOG2_U64
+       bool
+       default n
+
 config GENERIC_HWEIGHT
        bool
        default y