Re: [PATCH 24/41] net: Replace get_cpu_var through this_cpu_ptr

2014-01-17 Thread David Miller
From: Christoph Lameter Date: Fri, 17 Jan 2014 09:18:36 -0600 > [Patch depends on another patch in this series that introduces raw_cpu_ops] > > Replace uses of get_cpu_var for address calculation through this_cpu_ptr. > > Cc: "David S. Miller" > Cc: net...@vger.kernel.org > Cc: Eric Dumazet >

[PATCH 24/41] net: Replace get_cpu_var through this_cpu_ptr

2014-01-17 Thread Christoph Lameter
[Patch depends on another patch in this series that introduces raw_cpu_ops] Replace uses of get_cpu_var for address calculation through this_cpu_ptr. Cc: "David S. Miller" Cc: net...@vger.kernel.org Cc: Eric Dumazet Signed-off-by: Christoph Lameter Index: linux/net/core/dev.c

[PATCH 24/41] net: Replace get_cpu_var through this_cpu_ptr

2013-12-03 Thread Christoph Lameter
Replace uses of get_cpu_var for address calculation through this_cpu_ptr. Cc: "David S. Miller" Cc: net...@vger.kernel.org Cc: Eric Dumazet Signed-off-by: Christoph Lameter Index: linux/net/core/dev.c === --- linux.orig/net/core/d