Re: [PATCH 03/41] percpu: Replace __get_cpu_var with this_cpu_ptr

2014-08-26 Thread Tejun Heo
On Tue, Dec 03, 2013 at 05:32:35PM -0600, Christoph Lameter wrote: > One case of using __get_cpu_var in the get_cpu_var macro > for address calculation. > > Signed-off-by: Christoph Lameter Applied to percpu/for-3.18-consistent-ops. Please let me know if this patch should be routed differently.

[PATCH 03/41] percpu: Replace __get_cpu_var with this_cpu_ptr

2014-01-17 Thread Christoph Lameter
One case of using __get_cpu_var in the get_cpu_var macro for address calculation. Signed-off-by: Christoph Lameter Index: linux/include/linux/percpu.h === --- linux.orig/include/linux/percpu.h 2013-12-02 16:07:46.904713849 -0600 +

[PATCH 03/41] percpu: Replace __get_cpu_var with this_cpu_ptr

2013-12-03 Thread Christoph Lameter
One case of using __get_cpu_var in the get_cpu_var macro for address calculation. Signed-off-by: Christoph Lameter Index: linux/include/linux/percpu.h === --- linux.orig/include/linux/percpu.h 2013-12-02 16:07:46.904713849 -0600 +