commit | 229b6863b2cf9514f08e468fea586bc195ebcf50 | [log] [tgz] |
---|---|---|
author | Christoph Lameter <cl@linux.com> | Sun Aug 17 12:30:30 2014 -0500 |
committer | Tejun Heo <tj@kernel.org> | Tue Aug 26 13:45:45 2014 -0400 |
tree | 19279cd06093e88822dd0854f073dd9c130c31ff | |
parent | 1b2a1a7e8ad1144dc3f676f2651cb84e01548d59 [diff] |
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>