Re: [PATCH 01/41] mm: Replace __get_cpu_var uses with this_cpu_ptr

2014-08-26 Thread Tejun Heo
On Tue, Dec 03, 2013 at 05:32:33PM -0600, Christoph Lameter wrote: > Replace places where __get_cpu_var() is used for an address calculation > with this_cpu_ptr(). > > Cc: a...@linux-foundation.org > Cc: linux...@kvack.org > Signed-off-by: Christoph Lameter Applied to percpu/for-3.18-consistent-

[PATCH 01/41] mm: Replace __get_cpu_var uses with this_cpu_ptr

2014-01-17 Thread Christoph Lameter
Replace places where __get_cpu_var() is used for an address calculation with this_cpu_ptr(). Cc: a...@linux-foundation.org Cc: linux...@kvack.org Signed-off-by: Christoph Lameter Index: linux/lib/radix-tree.c === --- linux.orig/lib/

[PATCH 01/41] mm: Replace __get_cpu_var uses with this_cpu_ptr

2013-12-03 Thread Christoph Lameter
Replace places where __get_cpu_var() is used for an address calculation with this_cpu_ptr(). Cc: a...@linux-foundation.org Cc: linux...@kvack.org Signed-off-by: Christoph Lameter Index: linux/lib/radix-tree.c === --- linux.orig/lib/