Commit 781b0e870c72be8a24c074073547e74e7b9bffd6

Authored by Paul Bolle
Committed by Ingo Molnar
1 parent 59f0eaaacd

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>

Showing 2 changed files with 0 additions and 6 deletions Side-by-side Diff

... ... @@ -150,9 +150,6 @@
150 150 config ARCH_HAS_ILOG2_U64
151 151 def_bool n
152 152  
153   -config ARCH_HAS_DEFAULT_IDLE
154   - def_bool y
155   -
156 153 config NO_IOPORT
157 154 def_bool !PCI
158 155 depends on !SH_CAYMAN && !SH_SH4202_MICRODEV && !SH_SHMIN && \
... ... @@ -189,9 +189,6 @@
189 189 config ARCH_HAS_CPU_RELAX
190 190 def_bool y
191 191  
192   -config ARCH_HAS_DEFAULT_IDLE
193   - def_bool y
194   -
195 192 config ARCH_HAS_CACHE_LINE_SIZE
196 193 def_bool y
197 194