diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2012-05-07 21:59:50 +0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2012-05-08 14:35:07 +0400 |
commit | c9b92b840705542a1ae50b5407154a5595d17359 (patch) | |
tree | f0a2cc814eeef4d6e579395df314b851769329a3 /arch/powerpc/Kconfig | |
parent | bbe78cbd729f85c4da6e04f45c8b2de43c3573f1 (diff) | |
download | linux-c9b92b840705542a1ae50b5407154a5595d17359.tar.xz |
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 bool default y if 64BIT -config ARCH_HAS_CPU_IDLE_WAIT - bool - default y - config GENERIC_HWEIGHT bool default y |