Re: [PATCH 02/41] tracing: Replace __get_cpu_var uses with this_cpu_ptr

2014-09-17 Thread Steven Rostedt
On Tue, 26 Aug 2014 13:59:55 -0400 Tejun Heo wrote: > On Tue, Dec 03, 2013 at 05:32:34PM -0600, Christoph Lameter wrote: > > Replace uses of &__get_cpu_var for address calculation with this_cpu_ptr. > > > > CC: Steven Rostedt > > CC: Frederic Weisbecker > > CC: Ingo Molnar > > Acked-by: Masam

Re: [PATCH 02/41] tracing: Replace __get_cpu_var uses with this_cpu_ptr

2014-08-26 Thread Tejun Heo
On Tue, Dec 03, 2013 at 05:32:34PM -0600, Christoph Lameter wrote: > Replace uses of &__get_cpu_var for address calculation with this_cpu_ptr. > > CC: Steven Rostedt > CC: Frederic Weisbecker > CC: Ingo Molnar > Acked-by: Masami Hiramatsu > Signed-off-by: Christoph Lameter Applied to percpu/

[PATCH 02/41] tracing: Replace __get_cpu_var uses with this_cpu_ptr

2014-01-17 Thread Christoph Lameter
Replace uses of &__get_cpu_var for address calculation with this_cpu_ptr. CC: Steven Rostedt CC: Frederic Weisbecker CC: Ingo Molnar Acked-by: Masami Hiramatsu Signed-off-by: Christoph Lameter Index: linux/include/linux/kprobes.h ==

[PATCH 02/41] tracing: Replace __get_cpu_var uses with this_cpu_ptr

2013-12-03 Thread Christoph Lameter
Replace uses of &__get_cpu_var for address calculation with this_cpu_ptr. CC: Steven Rostedt CC: Frederic Weisbecker CC: Ingo Molnar Acked-by: Masami Hiramatsu Signed-off-by: Christoph Lameter Index: linux/include/linux/kprobes.h ==