X-Git-Url: http://git.agner.ch/gitweb/?p=linux-drm-fsl-dcu.git;a=blobdiff_plain;f=kernel%2Fhrtimer.c;h=23c03f43e1962d6f0dfa4cb8a716080cf671a48c;hp=1b3033105b40ed0896cc7658c1cfeb9b8885a73e;hb=f7c2778151f32581ea9ec567d01d5d85209fcfe6;hpb=b8b8fd2dc23725fba77f66b3fef11b11f983fc08 diff --git a/kernel/hrtimer.c b/kernel/hrtimer.c index 1b3033105b40..23c03f43e196 100644 --- a/kernel/hrtimer.c +++ b/kernel/hrtimer.c @@ -669,6 +669,7 @@ hrtimer_forward(struct hrtimer *timer, ktime_t now, ktime_t interval) return orun; } +EXPORT_SYMBOL_GPL(hrtimer_forward); /* * enqueue_hrtimer - internal function to (re)start a timer @@ -1410,11 +1411,13 @@ static int __cpuinit hrtimer_cpu_notify(struct notifier_block *self, switch (action) { case CPU_UP_PREPARE: + case CPU_UP_PREPARE_FROZEN: init_hrtimers_cpu(cpu); break; #ifdef CONFIG_HOTPLUG_CPU case CPU_DEAD: + case CPU_DEAD_FROZEN: clockevents_notify(CLOCK_EVT_NOTIFY_CPU_DEAD, &cpu); migrate_hrtimers(cpu); break;