]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drivers/cpuidle: replace __get_cpu_var uses for address calculation
authorChristoph Lameter <cl@linux.com>
Thu, 6 Mar 2014 00:05:22 +0000 (11:05 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 6 Mar 2014 07:13:36 +0000 (18:13 +1100)
commit9fefa89c61bfcc12756ff2cd04d5499920925444
treebafa675a9d49d100f58ceb3a6f94174ac0cb2a47
parent110a94c141880a54ee913e079073bda521e00565
drivers/cpuidle: replace __get_cpu_var uses for address calculation

All of these are for address calculation.  Replace with this_cpu_ptr().

[rjw@sisk.pl: cpufreq changes]
Signed-off-by: Christoph Lameter <cl@linux.com>
Acked-by: Rafael J. Wysocki <rjw@sisk.pl>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Cc: Tejun Heo <tj@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/cpuidle/governors/ladder.c
drivers/cpuidle/governors/menu.c