Re: [PATCH 06/41] drivers/cpuidle: Replace __get_cpu_var uses for address calculation

2014-08-26 Thread Tejun Heo
On Tue, Dec 03, 2013 at 05:32:38PM -0600, Christoph Lameter wrote: > All of these are for address calculation. Replace with > this_cpu_ptr(). > > Cc: Daniel Lezcano > Cc: linux...@vger.kernel.org > Acked-by: Rafael J. Wysocki > [cpufreq changes] > Signed-off-by: Christoph Lameter Applied to pe

[PATCH 06/41] drivers/cpuidle: Replace __get_cpu_var uses for address calculation

2014-01-17 Thread Christoph Lameter
All of these are for address calculation. Replace with this_cpu_ptr(). Cc: Daniel Lezcano Cc: linux...@vger.kernel.org Acked-by: Rafael J. Wysocki [cpufreq changes] Signed-off-by: Christoph Lameter Index: linux/drivers/cpuidle/governors/ladder.c

[PATCH 06/41] drivers/cpuidle: Replace __get_cpu_var uses for address calculation

2013-12-03 Thread Christoph Lameter
All of these are for address calculation. Replace with this_cpu_ptr(). Cc: Daniel Lezcano Cc: linux...@vger.kernel.org Acked-by: Rafael J. Wysocki [cpufreq changes] Signed-off-by: Christoph Lameter Index: linux/drivers/cpuidle/governors/ladder.c