]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drivers/clocksource: replace __get_cpu_var used for address calculation
authorChristoph Lameter <cl@linux.com>
Thu, 6 Mar 2014 00:05:23 +0000 (11:05 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 6 Mar 2014 07:13:38 +0000 (18:13 +1100)
commitefcd38c3b500ab67593e4514ed7ececf2ec550f5
treefb2e54a1103748be5d9e029b9fee94ed7f4ab74b
parent7efc23359b1c0fa57def87977b81c0adbd27df8a
drivers/clocksource: replace __get_cpu_var used for address calculation

Replace __get_cpu_var used for address calculation with this_cpu_ptr.

Signed-off-by: Christoph Lameter <cl@linux.com>
Acked-by: James Hogan <james.hogan@imgtec.com>
Cc: John Stultz <john.stultz@linaro.org>
Cc: Tejun Heo <tj@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/clocksource/metag_generic.c