commit | f7aa554510f8ff4b1411c31332713ccd8c244ace | [log] [tgz] |
---|---|---|
author | Deepthi Dharwar <deepthi@linux.vnet.ibm.com> | Thu Jan 12 03:05:55 2012 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Wed Jan 25 09:43:06 2012 +1100 |
tree | f65f1e0e5eba3b23747f14bdb69336da4241704f | |
parent | 407a362f944a6667fe048db60c04b33b61cd4e86 [diff] |
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>