percpu: Convert remaining __get_cpu_var uses in 3.18-rcX
authorChristoph Lameter <cl@linux.com>
Mon, 27 Oct 2014 15:49:45 +0000 (10:49 -0500)
committerTejun Heo <tj@kernel.org>
Wed, 29 Oct 2014 15:18:18 +0000 (11:18 -0400)
During the 3.18 merge period additional __get_cpu_var uses were
added. The patch converts these to this_cpu_ptr().

Signed-off-by: Christoph Lameter <cl@linux.com>
Acked-by: Will Deacon <will.deacon@arm.com>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Tejun Heo <tj@kernel.org>

No differences found