提交 77422a8f 编写于 作者: C Christoph Lameter 提交者: Tejun Heo

clocksource: Replace __this_cpu_ptr with raw_cpu_ptr

One newly introduced __this_cpu_ptr should be raw_cpu_ptr.
Signed-off-by: NChristoph Lameter <cl@linux.com>
Signed-off-by: NTejun Heo <tj@kernel.org>
上级 494fc421
......@@ -219,7 +219,7 @@ static void __init msm_timer_init(u32 dgt_hz, int sched_bits, int irq,
}
/* Immediately configure the timer on the boot CPU */
msm_local_timer_setup(__this_cpu_ptr(msm_evt));
msm_local_timer_setup(raw_cpu_ptr(msm_evt));
}
err:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册