drivers/oprofile: Replace __get_cpu_var uses for address calculation
authorChristoph Lameter <cl@linux.com>
Sun, 17 Aug 2014 17:30:31 +0000 (12:30 -0500)
committerTejun Heo <tj@kernel.org>
Tue, 26 Aug 2014 17:45:46 +0000 (13:45 -0400)
commit879d92745a1a5a6573dee83cfa2953413fed23fc
tree3385792ec352da39955b75af7a7ed9636a6a4df8
parent229b6863b2cf9514f08e468fea586bc195ebcf50
drivers/oprofile: Replace __get_cpu_var uses for address calculation

Replace the uses of __get_cpu_var for address calculation with this_cpu_ptr.

Cc: Robert Richter <rric@kernel.org>
Cc: oprofile-list@lists.sf.net
Signed-off-by: Christoph Lameter <cl@linux.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
drivers/oprofile/cpu_buffer.c
drivers/oprofile/timer_int.c