Re: [PATCH 07/31] drivers/oprofile: Replace __get_cpu_var uses for address calculation

2014-07-19 Thread Robert Richter
On 18.07.14 19:28:50, Tejun Heo wrote: > On Fri, Jun 20, 2014 at 02:31:22PM -0500, Christoph Lameter wrote: > > Replace the uses of __get_cpu_var for address calculation with this_cpu_ptr. > > > > Cc: Robert Richter > > Cc: oprofile-l...@lists.sf.net > > Signed-off-by: Christoph Lameter > > App

Re: [PATCH 07/31] drivers/oprofile: Replace __get_cpu_var uses for address calculation

2014-07-18 Thread Tejun Heo
On Fri, Jun 20, 2014 at 02:31:22PM -0500, Christoph Lameter wrote: > Replace the uses of __get_cpu_var for address calculation with this_cpu_ptr. > > Cc: Robert Richter > Cc: oprofile-l...@lists.sf.net > Signed-off-by: Christoph Lameter Applied to wq/for-3.17-consistent-ops. If this patch shou

[PATCH 07/31] drivers/oprofile: Replace __get_cpu_var uses for address calculation

2014-06-20 Thread Christoph Lameter
Replace the uses of __get_cpu_var for address calculation with this_cpu_ptr. Cc: Robert Richter Cc: oprofile-l...@lists.sf.net Signed-off-by: Christoph Lameter Index: linux/drivers/oprofile/cpu_buffer.c === --- linux.orig/drivers/o