aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/hrtimer.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/hrtimer.c')
-rw-r--r--kernel/hrtimer.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/kernel/hrtimer.c b/kernel/hrtimer.c
index c2a69b89ac61..61cb933395ba 100644
--- a/kernel/hrtimer.c
+++ b/kernel/hrtimer.c
@@ -1609,6 +1609,10 @@ static int __cpuinit hrtimer_cpu_notify(struct notifier_block *self,
1609 break; 1609 break;
1610 1610
1611#ifdef CONFIG_HOTPLUG_CPU 1611#ifdef CONFIG_HOTPLUG_CPU
1612 case CPU_DYING:
1613 case CPU_DYING_FROZEN:
1614 clockevents_notify(CLOCK_EVT_NOTIFY_CPU_DYING, &scpu);
1615 break;
1612 case CPU_DEAD: 1616 case CPU_DEAD:
1613 case CPU_DEAD_FROZEN: 1617 case CPU_DEAD_FROZEN:
1614 { 1618 {