Commit 9b7131542178f5f948e4bb6bea6e1c545e697b06
1 parent
81e242d0ef
Revert "cpuidle: build fix for non-x86"
This reverts commit f757397097d0713c949af76dccabb65a2785782e. which ironically broke the ia64 build
Showing 3 changed files with 1 additions and 17 deletions Side-by-side Diff
arch/x86/Kconfig
drivers/cpuidle/cpuidle.c
include/linux/cpuidle.h
... | ... | @@ -73,19 +73,6 @@ |
73 | 73 | state->driver_data = data; |
74 | 74 | } |
75 | 75 | |
76 | -#ifdef CONFIG_SMP | |
77 | -#ifdef CONFIG_ARCH_HAS_CPU_IDLE_WAIT | |
78 | -static inline void cpuidle_kick_cpus(void) | |
79 | -{ | |
80 | - cpu_idle_wait(); | |
81 | -} | |
82 | -#else /* !CONFIG_ARCH_HAS_CPU_IDLE_WAIT */ | |
83 | -#error "Arch needs cpu_idle_wait() equivalent here" | |
84 | -#endif /* !CONFIG_ARCH_HAS_CPU_IDLE_WAIT */ | |
85 | -#else /* !CONFIG_SMP */ | |
86 | -static inline void cpuidle_kick_cpus(void) {} | |
87 | -#endif /* !CONFIG_SMP */ | |
88 | - | |
89 | 76 | struct cpuidle_state_kobj { |
90 | 77 | struct cpuidle_state *state; |
91 | 78 | struct completion kobj_unregister; |