aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clocksource/qcom-timer.c
diff options
context:
space:
mode:
authorChristoph Lameter <[email protected]>2014-08-17 17:30:55 +0000
committerTejun Heo <[email protected]>2014-08-26 17:45:56 +0000
commit77422a8fee1b96d2420a8a254f784bab8644ac41 (patch)
tree2f558615506f696a95f0de8bac8ecdb75f849ffd /drivers/clocksource/qcom-timer.c
parentsparc: Replace __get_cpu_var uses (diff)
downloadkernel-77422a8fee1b96d2420a8a254f784bab8644ac41.tar.gz
kernel-77422a8fee1b96d2420a8a254f784bab8644ac41.zip
clocksource: Replace __this_cpu_ptr with raw_cpu_ptr
One newly introduced __this_cpu_ptr should be raw_cpu_ptr. Signed-off-by: Christoph Lameter <[email protected]> Signed-off-by: Tejun Heo <[email protected]>
Diffstat (limited to 'drivers/clocksource/qcom-timer.c')
-rw-r--r--drivers/clocksource/qcom-timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clocksource/qcom-timer.c b/drivers/clocksource/qcom-timer.c
index 8d115db1e651..098c542e5c53 100644
--- a/drivers/clocksource/qcom-timer.c
+++ b/drivers/clocksource/qcom-timer.c
@@ -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: