drivers/cpuidle: Replace __get_cpu_var uses for address calculation
authorChristoph Lameter <cl@linux.com>
Sun, 17 Aug 2014 17:30:30 +0000 (12:30 -0500)
committerTejun Heo <tj@kernel.org>
Tue, 26 Aug 2014 17:45:45 +0000 (13:45 -0400)
commit229b6863b2cf9514f08e468fea586bc195ebcf50
tree19279cd06093e88822dd0854f073dd9c130c31ff
parent1b2a1a7e8ad1144dc3f676f2651cb84e01548d59
drivers/cpuidle: Replace __get_cpu_var uses for address calculation

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

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