From: Deepthi Dharwar Date: Thu, 12 Jan 2012 03:05:55 +0000 (+0000) Subject: powerpc/cpuidle: Make it a bool, not a tristate X-Git-Tag: v3.3-rc2~36^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7aa554510f8ff4b1411c31332713ccd8c244ace;p=pandora-kernel.git 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 --- Reading git-diff-tree failed