]> git.baikalelectronics.ru Git - kernel.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)
commitfdaed12a3761ec94084583beeb1ffd698658c5fb
treebe89f41a95937238f17018b831b2f920ae044503
parent49f2d0546aa080a08155300304bd475956745b07
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