diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2012-05-07 13:59:50 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2012-05-08 06:35:07 -0400 |
commit | c9b92b840705542a1ae50b5407154a5595d17359 (patch) | |
tree | f0a2cc814eeef4d6e579395df314b851769329a3 /arch/powerpc/Kconfig | |
parent | bbe78cbd729f85c4da6e04f45c8b2de43c3573f1 (diff) |
powerpc: Remove unused cpu_idle_wait()
cpuidle uses a generic function now. Remove the cruft.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Link: http://lkml.kernel.org/r/20120507175652.330322737@linutronix.de
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index c81553508366..296e4f997974 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -87,10 +87,6 @@ config ARCH_HAS_ILOG2_U64 | |||
87 | bool | 87 | bool |
88 | default y if 64BIT | 88 | default y if 64BIT |
89 | 89 | ||
90 | config ARCH_HAS_CPU_IDLE_WAIT | ||
91 | bool | ||
92 | default y | ||
93 | |||
94 | config GENERIC_HWEIGHT | 90 | config GENERIC_HWEIGHT |
95 | bool | 91 | bool |
96 | default y | 92 | default y |