diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2013-04-17 10:33:13 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2013-04-17 10:39:38 +0200 |
commit | d190e8195b90bc1e65c494fe08e54e9e581bfd16 (patch) | |
tree | c605d086deeec31a94fb982779b54c15c2be876f /arch/Kconfig | |
parent | 8198c1696a2cd15d436ade172bfd8085f5f818d3 (diff) | |
download | linux-3.10-d190e8195b90bc1e65c494fe08e54e9e581bfd16.tar.gz linux-3.10-d190e8195b90bc1e65c494fe08e54e9e581bfd16.tar.bz2 linux-3.10-d190e8195b90bc1e65c494fe08e54e9e581bfd16.zip |
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/Kconfig')
-rw-r--r-- | arch/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index a699f3767be..1455579791e 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -216,9 +216,6 @@ config USE_GENERIC_SMP_HELPERS config GENERIC_SMP_IDLE_THREAD bool -config GENERIC_IDLE_LOOP - bool - # Select if arch init_task initializer is different to init/init_task.c config ARCH_INIT_TASK bool |