]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - arch/x86_64/Kconfig
[PATCH] LOG2: Implement a general integer log2 facility in the kernel
[net-next-2.6.git] / arch / x86_64 / Kconfig
index 3254a616c69ee4b8a056408dd89972724ef74ba9..3ac581d1720220cddf2601eed541064352bc3152 100644 (file)
@@ -101,6 +101,14 @@ config GENERIC_BUG
        default y
        depends on BUG
 
+config ARCH_HAS_ILOG2_U32
+       bool
+       default n
+
+config ARCH_HAS_ILOG2_U64
+       bool
+       default n
+
 source "init/Kconfig"