diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2013-03-21 13:41:23 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2013-04-10 14:40:46 +0200 |
commit | 781b0e870c72be8a24c074073547e74e7b9bffd6 (patch) | |
tree | ced49e907fa23cef827dc61b46df1a2cd404d8d4 /arch/x86/Kconfig | |
parent | 59f0eaaacd1fb5140af6705daaafb450ef3bd4ab (diff) | |
download | linux-781b0e870c72be8a24c074073547e74e7b9bffd6.tar.bz2 |
idle: Remove unused ARCH_HAS_DEFAULT_IDLE
The Kconfig symbol ARCH_HAS_DEFAULT_IDLE is unused. Commit
a0bfa1373859e9d11dc92561a8667588803e42d8 ("cpuidle: stop
depending on pm_idle") removed the only place were it was
actually used. But it did not remove its Kconfig entries (for sh
and x86). Remove those two entries now.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Cc: Len Brown <len.brown@intel.com>
Cc: Paul Mundt <lethal@linux-sh.org>
Link: http://lkml.kernel.org/r/1363869683.1390.134.camel@x61.thuisdomein
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 422a72b20f48..734152d85fd0 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -189,9 +189,6 @@ config GENERIC_CALIBRATE_DELAY config ARCH_HAS_CPU_RELAX def_bool y -config ARCH_HAS_DEFAULT_IDLE - def_bool y - config ARCH_HAS_CACHE_LINE_SIZE def_bool y |