Merge remote-tracking branches 'asoc/topic/twl6040', 'asoc/topic/uda134x', 'asoc...
[firefly-linux-kernel-4.4.55.git] / drivers / clocksource / dummy_timer.c
index ad357254172890ff4170c2a32634f57ad831b26e..31990600fcff3fc5bacb22f0d03a1e5cde1e2d4a 100644 (file)
@@ -28,7 +28,7 @@ static void dummy_timer_set_mode(enum clock_event_mode mode,
 static void dummy_timer_setup(void)
 {
        int cpu = smp_processor_id();
-       struct clock_event_device *evt = __this_cpu_ptr(&dummy_timer_evt);
+       struct clock_event_device *evt = raw_cpu_ptr(&dummy_timer_evt);
 
        evt->name       = "dummy_timer";
        evt->features   = CLOCK_EVT_FEAT_PERIODIC |