diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2013-04-17 04:33:13 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2013-04-17 04:39:38 -0400 |
commit | d190e8195b90bc1e65c494fe08e54e9e581bfd16 (patch) | |
tree | c605d086deeec31a94fb982779b54c15c2be876f /arch/mips | |
parent | 8198c1696a2cd15d436ade172bfd8085f5f818d3 (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/mips')
-rw-r--r-- | arch/mips/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index e1a3d02af637..51244bf97271 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -34,7 +34,6 @@ config MIPS | |||
34 | select HAVE_MEMBLOCK_NODE_MAP | 34 | select HAVE_MEMBLOCK_NODE_MAP |
35 | select ARCH_DISCARD_MEMBLOCK | 35 | select ARCH_DISCARD_MEMBLOCK |
36 | select GENERIC_SMP_IDLE_THREAD | 36 | select GENERIC_SMP_IDLE_THREAD |
37 | select GENERIC_IDLE_LOOP | ||
38 | select BUILDTIME_EXTABLE_SORT | 37 | select BUILDTIME_EXTABLE_SORT |
39 | select GENERIC_CLOCKEVENTS | 38 | select GENERIC_CLOCKEVENTS |
40 | select GENERIC_CMOS_UPDATE | 39 | select GENERIC_CMOS_UPDATE |