aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2013-04-17 04:33:13 -0400
committerThomas Gleixner <tglx@linutronix.de>2013-04-17 04:39:38 -0400
commitd190e8195b90bc1e65c494fe08e54e9e581bfd16 (patch)
treec605d086deeec31a94fb982779b54c15c2be876f /arch/arc
parent8198c1696a2cd15d436ade172bfd8085f5f818d3 (diff)
idle: Remove GENERIC_IDLE_LOOP config switch
All archs are converted over. Remove the config switch and the fallback code. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/arc')
-rw-r--r--arch/arc/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig
index b006977a1516..e6f4eca09ee3 100644
--- a/arch/arc/Kconfig
+++ b/arch/arc/Kconfig
@@ -14,7 +14,6 @@ config ARC
14 select GENERIC_ATOMIC64 14 select GENERIC_ATOMIC64
15 select GENERIC_CLOCKEVENTS 15 select GENERIC_CLOCKEVENTS
16 select GENERIC_FIND_FIRST_BIT 16 select GENERIC_FIND_FIRST_BIT
17 select GENERIC_IDLE_LOOP
18 # for now, we don't need GENERIC_IRQ_PROBE, CONFIG_GENERIC_IRQ_CHIP 17 # for now, we don't need GENERIC_IRQ_PROBE, CONFIG_GENERIC_IRQ_CHIP
19 select GENERIC_IRQ_SHOW 18 select GENERIC_IRQ_SHOW
20 select GENERIC_KERNEL_EXECVE 19 select GENERIC_KERNEL_EXECVE