]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
clocksource: arm_generic: use this_cpu_ptr per-cpu helper
authorShan Wei <davidshan@tencent.com>
Tue, 13 Nov 2012 01:53:14 +0000 (09:53 +0800)
committerJohn Stultz <john.stultz@linaro.org>
Tue, 13 Nov 2012 19:04:52 +0000 (14:04 -0500)
commit47c8c91b2d60006df22146effe79ac4cdafd9205
treebe89f41a95937238f17018b831b2f920ae044503
parent980097b36074596c76c1367a9e7b70ec8583d55b
clocksource: arm_generic: use this_cpu_ptr per-cpu helper

Utilize this_cpu_ptr() instead of per_cpu_ptr(...,smp_processor_id())

Signed-off-by: Shan Wei <davidshan@tencent.com>
Reviewed-by: Christoph Lameter <cl@linux.com>
Signed-off-by: John Stultz <john.stultz@linaro.org>
drivers/clocksource/arm_generic.c