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/cris | |
parent | 8198c1696a2cd15d436ade172bfd8085f5f818d3 (diff) | |
download | blackbird-obmc-linux-d190e8195b90bc1e65c494fe08e54e9e581bfd16.tar.gz blackbird-obmc-linux-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/cris')
-rw-r--r-- | arch/cris/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/cris/Kconfig b/arch/cris/Kconfig index 1dd36355a3cd..06dd026533e3 100644 --- a/arch/cris/Kconfig +++ b/arch/cris/Kconfig @@ -48,7 +48,6 @@ config CRIS select GENERIC_IRQ_SHOW select GENERIC_IOMAP select GENERIC_SMP_IDLE_THREAD if ETRAX_ARCH_V32 - select GENERIC_IDLE_LOOP select GENERIC_CMOS_UPDATE select MODULES_USE_ELF_RELA select CLONE_BACKWARDS2 |