[PATCH 32/35] [PATCH 32/36] clocksource: Replace __this_cpu_ptr with raw_cpu_ptr

From: Christoph Lameter
Date: Sun Aug 17 2014 - 13:33:10 EST


One newly introduced __this_cpu_ptr should be raw_cpu_ptr.

Signed-off-by: Christoph Lameter <cl@xxxxxxxxx>
---
drivers/clocksource/qcom-timer.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Index: linux/drivers/clocksource/qcom-timer.c
===================================================================
--- linux.orig/drivers/clocksource/qcom-timer.c
+++ linux/drivers/clocksource/qcom-timer.c
@@ -219,7 +219,7 @@ static void __init msm_timer_init(u32 dg
}

/* 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:

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/