summaryrefslogtreecommitdiff
path: root/arch/um
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2013-04-17 08:33:13 (GMT)
committerThomas Gleixner <tglx@linutronix.de>2013-04-17 08:39:38 (GMT)
commitd190e8195b90bc1e65c494fe08e54e9e581bfd16 (patch)
treec605d086deeec31a94fb982779b54c15c2be876f /arch/um
parent8198c1696a2cd15d436ade172bfd8085f5f818d3 (diff)
downloadlinux-fsl-qoriq-d190e8195b90bc1e65c494fe08e54e9e581bfd16.tar.xz
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/um')
-rw-r--r--arch/um/Kconfig.common1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/um/Kconfig.common b/arch/um/Kconfig.common
index 5783406..bceee66 100644
--- a/arch/um/Kconfig.common
+++ b/arch/um/Kconfig.common
@@ -12,7 +12,6 @@ config UML
select GENERIC_CPU_DEVICES
select GENERIC_IO
select GENERIC_CLOCKEVENTS
- select GENERIC_IDLE_LOOP
select TTY # Needed for line.c
config MMU