]> Git Repo - linux.git/blobdiff - drivers/clocksource/dummy_timer.c
ixgbe: Look up MAC address in Open Firmware or IDPROM
[linux.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 |
This page took 0.033196 seconds and 4 git commands to generate.