X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=arch%2Fi386%2FKconfig.cpu;h=b99c0e2a4e63a0b1726e83e10cd27b158b9a73bb;hb=6f366c1c751454df3d1c0f25f15ee0164821112a;hp=821fd269ca580137c5e959e1398f9ff17fb05089;hpb=6ee7e78e7c78d871409ad4df30551c9355be7d0e;p=~andy%2Flinux diff --git a/arch/i386/Kconfig.cpu b/arch/i386/Kconfig.cpu index 821fd269ca5..b99c0e2a4e6 100644 --- a/arch/i386/Kconfig.cpu +++ b/arch/i386/Kconfig.cpu @@ -226,11 +226,6 @@ config X86_CMPXCHG depends on !M386 default y -config X86_XADD - bool - depends on !M386 - default y - config X86_L1_CACHE_SHIFT int default "7" if MPENTIUM4 || X86_GENERIC @@ -248,6 +243,14 @@ config RWSEM_XCHGADD_ALGORITHM depends on !M386 default y +config ARCH_HAS_ILOG2_U32 + bool + default n + +config ARCH_HAS_ILOG2_U64 + bool + default n + config GENERIC_CALIBRATE_DELAY bool default y