]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
powerpc/cpuidle: Make it a bool, not a tristate
authorDeepthi Dharwar <deepthi@linux.vnet.ibm.com>
Thu, 12 Jan 2012 03:05:55 +0000 (03:05 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 24 Jan 2012 22:43:06 +0000 (09:43 +1100)
commitf7aa554510f8ff4b1411c31332713ccd8c244ace
treef65f1e0e5eba3b23747f14bdb69336da4241704f
parent407a362f944a6667fe048db60c04b33b61cd4e86
powerpc/cpuidle: Make it a bool, not a tristate

As pointed out, asm/system.h has empty inline implementations for
update_smt_snooze_delay and pseries_notify_cpuidle_add_cpu, which are
used when CONFIG_PSERIES_IDLE is undefined. Since those two functions
are used in core power architecture functions (store_smt_snooze_delay
at kernel/sysfs.c and smp_xics_setup_cpu at platforms/pseries/smp.c),

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/platforms/pseries/Kconfig