Re: [PATCH 01/31] kernel misc: Replace __get_cpu_var uses

2014-07-18 Thread Tejun Heo
On Fri, Jun 20, 2014 at 02:31:16PM -0500, Christoph Lameter wrote: > Replace uses of __get_cpu_var for address calculation with this_cpu_ptr. > > Cc: a...@linux-foundation.org > Signed-off-by: Christoph Lameter Applied to wq/for-3.17-consistent-ops. Thanks. -- tejun -- To unsubscribe from thi

[PATCH 01/31] kernel misc: Replace __get_cpu_var uses

2014-06-20 Thread Christoph Lameter
Replace uses of __get_cpu_var for address calculation with this_cpu_ptr. Cc: a...@linux-foundation.org Signed-off-by: Christoph Lameter Index: linux/kernel/printk/printk.c === --- linux.orig/kernel/printk/printk.c 2014-06-16 09:11