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/unicore32 | |
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/unicore32')
-rw-r--r-- | arch/unicore32/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/unicore32/Kconfig b/arch/unicore32/Kconfig index e12678daaed1..2943e3acdf0c 100644 --- a/arch/unicore32/Kconfig +++ b/arch/unicore32/Kconfig | |||
@@ -17,7 +17,6 @@ config UNICORE32 | |||
17 | select ARCH_WANT_FRAME_POINTERS | 17 | select ARCH_WANT_FRAME_POINTERS |
18 | select GENERIC_IOMAP | 18 | select GENERIC_IOMAP |
19 | select MODULES_USE_ELF_REL | 19 | select MODULES_USE_ELF_REL |
20 | select GENERIC_IDLE_LOOP | ||
21 | help | 20 | help |
22 | UniCore-32 is 32-bit Instruction Set Architecture, | 21 | UniCore-32 is 32-bit Instruction Set Architecture, |
23 | including a series of low-power-consumption RISC chip | 22 | including a series of low-power-consumption RISC chip |