summaryrefslogtreecommitdiffstats
path: root/arch/x86
diff options
context:
space:
mode:
authorKevin Hilman <khilman@mvista.com>2008-02-01 02:28:18 +0100
committerLen Brown <len.brown@intel.com>2008-02-01 04:50:48 +0100
commitf757397097d0713c949af76dccabb65a2785782e (patch)
treeb2f3ee95ae2e3c501cb0e1c8b1fd236969d97044 /arch/x86
parentcpuidle: default processor.latency_factor=2 (diff)
downloadlinux-f757397097d0713c949af76dccabb65a2785782e.tar.xz
linux-f757397097d0713c949af76dccabb65a2785782e.zip
cpuidle: build fix for non-x86
Convert cpu_idle_wait() to cpuidle_kick_cpus() macro which is SMP-only, and gives error on non supported CPU. Signed-off-by: Kevin Hilman <khilman@mvista.com> Acked-by: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com> Acked-by: Rafael J. Wysocki <rjw@sisk.pl> Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 368864dfe6eb..37d1297e6787 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -105,6 +105,9 @@ 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