aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/Kconfig
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2012-05-07 13:59:51 -0400
committerThomas Gleixner <tglx@linutronix.de>2012-05-08 06:35:07 -0400
commit86627c93b35082f7a0e4d3111546943984b932c7 (patch)
treec7d2ffa4230662d90d67fe3c409b7f686f6dd196 /arch/sh/Kconfig
parentc9b92b840705542a1ae50b5407154a5595d17359 (diff)
sh: Remove cpu_idle_wait()
cpuidle uses generic kick_all_cpus_sync() now. Remove the unused code. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Paul Mundt <lethal@linux-sh.org> Link: http://lkml.kernel.org/r/20120507175652.461648208@linutronix.de
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r--arch/sh/Kconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index 244cfd0dbb7b..04a8cb4700af 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -153,9 +153,6 @@ config ARCH_NO_VIRT_TO_BUS
153config ARCH_HAS_DEFAULT_IDLE 153config ARCH_HAS_DEFAULT_IDLE
154 def_bool y 154 def_bool y
155 155
156config ARCH_HAS_CPU_IDLE_WAIT
157 def_bool y
158
159config NO_IOPORT 156config NO_IOPORT
160 def_bool !PCI 157 def_bool !PCI
161 depends on !SH_CAYMAN && !SH_SH4202_MICRODEV && !SH_SHMIN 158 depends on !SH_CAYMAN && !SH_SH4202_MICRODEV && !SH_SHMIN