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/microblaze/Kconfig | |
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/microblaze/Kconfig')
-rw-r--r-- | arch/microblaze/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/microblaze/Kconfig b/arch/microblaze/Kconfig index 0bb0d519a233..a827057c7927 100644 --- a/arch/microblaze/Kconfig +++ b/arch/microblaze/Kconfig | |||
@@ -26,7 +26,6 @@ config MICROBLAZE | |||
26 | select GENERIC_CPU_DEVICES | 26 | select GENERIC_CPU_DEVICES |
27 | select GENERIC_ATOMIC64 | 27 | select GENERIC_ATOMIC64 |
28 | select GENERIC_CLOCKEVENTS | 28 | select GENERIC_CLOCKEVENTS |
29 | select GENERIC_IDLE_LOOP | ||
30 | select GENERIC_IDLE_POLL_SETUP | 29 | select GENERIC_IDLE_POLL_SETUP |
31 | select MODULES_USE_ELF_RELA | 30 | select MODULES_USE_ELF_RELA |
32 | select CLONE_BACKWARDS | 31 | select CLONE_BACKWARDS |