diff options
author | Len Brown <len.brown@intel.com> | 2008-02-07 04:16:34 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2008-02-07 04:16:34 -0500 |
commit | 9b7131542178f5f948e4bb6bea6e1c545e697b06 (patch) | |
tree | f502264c3768d4bf8ca28d8f5cc10d45e5897179 /arch | |
parent | 81e242d0efafb319938d511b115088a5c4523c91 (diff) | |
download | op-kernel-dev-9b7131542178f5f948e4bb6bea6e1c545e697b06.zip op-kernel-dev-9b7131542178f5f948e4bb6bea6e1c545e697b06.tar.gz |
Revert "cpuidle: build fix for non-x86"
This reverts commit f757397097d0713c949af76dccabb65a2785782e.
which ironically broke the ia64 build
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 3954ae9..fd42650 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -98,9 +98,6 @@ config ARCH_HAS_ILOG2_U32 config ARCH_HAS_ILOG2_U64 def_bool n -config ARCH_HAS_CPU_IDLE_WAIT - def_bool y - config GENERIC_CALIBRATE_DELAY def_bool y |