Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 77422a8f authored by Christoph Lameter's avatar Christoph Lameter Committed by Tejun Heo
Browse files

clocksource: Replace __this_cpu_ptr with raw_cpu_ptr



One newly introduced __this_cpu_ptr should be raw_cpu_ptr.

Signed-off-by: default avatarChristoph Lameter <cl@linux.com>
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent 494fc421
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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: