Re: [PATCH 11/31] net: Replace get_cpu_var through this_cpu_ptr

2014-07-18 Thread Tejun Heo
On Fri, Jun 20, 2014 at 02:31:26PM -0500, Christoph Lameter wrote: > Replace uses of get_cpu_var for address calculation through this_cpu_ptr. > > Cc: net...@vger.kernel.org > Cc: Eric Dumazet > Acked-by: David S. Miller > Signed-off-by: Christoph Lameter Applied to wq/for-3.17-consistent-ops.

[PATCH 11/31] net: Replace get_cpu_var through this_cpu_ptr

2014-06-20 Thread Christoph Lameter
Replace uses of get_cpu_var for address calculation through this_cpu_ptr. Cc: net...@vger.kernel.org Cc: Eric Dumazet Acked-by: David S. Miller Signed-off-by: Christoph Lameter Index: linux/net/core/dev.c === --- linux.orig/net/co