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 /include/linux | |
| parent | 81e242d0efafb319938d511b115088a5c4523c91 (diff) | |
Revert "cpuidle: build fix for non-x86"
This reverts commit f757397097d0713c949af76dccabb65a2785782e.
which ironically broke the ia64 build
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/cpuidle.h | 13 |
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) | |||
| 73 | state->driver_data = data; | 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 | struct cpuidle_state_kobj { | 76 | struct cpuidle_state_kobj { |
| 90 | struct cpuidle_state *state; | 77 | struct cpuidle_state *state; |
| 91 | struct completion kobj_unregister; | 78 | struct completion kobj_unregister; |
