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/alpha | |
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/alpha')
-rw-r--r-- | arch/alpha/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/alpha/Kconfig b/arch/alpha/Kconfig index 60469820a6c5..8a33ba01301f 100644 --- a/arch/alpha/Kconfig +++ b/arch/alpha/Kconfig | |||
@@ -17,7 +17,6 @@ config ALPHA | |||
17 | select ARCH_WANT_IPC_PARSE_VERSION | 17 | select ARCH_WANT_IPC_PARSE_VERSION |
18 | select ARCH_HAVE_NMI_SAFE_CMPXCHG | 18 | select ARCH_HAVE_NMI_SAFE_CMPXCHG |
19 | select GENERIC_SMP_IDLE_THREAD | 19 | select GENERIC_SMP_IDLE_THREAD |
20 | select GENERIC_IDLE_LOOP | ||
21 | select GENERIC_CMOS_UPDATE | 20 | select GENERIC_CMOS_UPDATE |
22 | select GENERIC_STRNCPY_FROM_USER | 21 | select GENERIC_STRNCPY_FROM_USER |
23 | select GENERIC_STRNLEN_USER | 22 | select GENERIC_STRNLEN_USER |