Skip to content

Commit 781b0e8

Browse files
pebolleIngo Molnar
authored andcommitted
idle: Remove unused ARCH_HAS_DEFAULT_IDLE
The Kconfig symbol ARCH_HAS_DEFAULT_IDLE is unused. Commit a0bfa13 ("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 <[email protected]> Cc: Len Brown <[email protected]> Cc: Paul Mundt <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Ingo Molnar <[email protected]>
1 parent 59f0eaa commit 781b0e8

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

arch/sh/Kconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,6 @@ config ARCH_HAS_ILOG2_U32
150150
config ARCH_HAS_ILOG2_U64
151151
def_bool n
152152

153-
config ARCH_HAS_DEFAULT_IDLE
154-
def_bool y
155-
156153
config NO_IOPORT
157154
def_bool !PCI
158155
depends on !SH_CAYMAN && !SH_SH4202_MICRODEV && !SH_SHMIN && \

arch/x86/Kconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,6 @@ config GENERIC_CALIBRATE_DELAY
189189
config ARCH_HAS_CPU_RELAX
190190
def_bool y
191191

192-
config ARCH_HAS_DEFAULT_IDLE
193-
def_bool y
194-
195192
config ARCH_HAS_CACHE_LINE_SIZE
196193
def_bool y
197194

0 commit comments

Comments
 (0)