summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLen Brown2008-02-07 10:16:34 +0100
committerLen Brown2008-02-07 10:16:34 +0100
commit9b7131542178f5f948e4bb6bea6e1c545e697b06 (patch)
treef502264c3768d4bf8ca28d8f5cc10d45e5897179 /include
parentMerge branches 'release' and 'dsdt-override' into release (diff)
downloadkernel-qcow2-linux-9b7131542178f5f948e4bb6bea6e1c545e697b06.tar.gz
kernel-qcow2-linux-9b7131542178f5f948e4bb6bea6e1c545e697b06.tar.xz
kernel-qcow2-linux-9b7131542178f5f948e4bb6bea6e1c545e697b06.zip
Revert "cpuidle: build fix for non-x86"
This reverts commit f757397097d0713c949af76dccabb65a2785782e. which ironically broke the ia64 build
Diffstat (limited to 'include')
-rw-r--r--include/linux/cpuidle.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/linux/cpuidle.h b/include/linux/cpuidle.h
index c8eb8c71809e..385d45b616db 100644
--- a/include/linux/cpuidle.h
+++ b/include/linux/cpuidle.h
@@ -73,19 +73,6 @@ cpuidle_set_statedata(struct cpuidle_state *state, void *data)
state->driver_data = data;
}
-#ifdef CONFIG_SMP
-#ifdef CONFIG_ARCH_HAS_CPU_IDLE_WAIT
-static inline void cpuidle_kick_cpus(void)
-{
- cpu_idle_wait();
-}
-#else /* !CONFIG_ARCH_HAS_CPU_IDLE_WAIT */
-#error "Arch needs cpu_idle_wait() equivalent here"
-#endif /* !CONFIG_ARCH_HAS_CPU_IDLE_WAIT */
-#else /* !CONFIG_SMP */
-static inline void cpuidle_kick_cpus(void) {}
-#endif /* !CONFIG_SMP */
-
struct cpuidle_state_kobj {
struct cpuidle_state *state;
struct completion kobj_unregister;