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 8fea312ca36c..647a40e2fea1 100644
--- a/kernel/hrtimer.c
+++ b/kernel/hrtimer.c
@@ -1608,6 +1608,10 @@ static int __cpuinit hrtimer_cpu_notify(struct notifier_block *self,
1608 break; 1608 break;
1609 1609
1610#ifdef CONFIG_HOTPLUG_CPU 1610#ifdef CONFIG_HOTPLUG_CPU
1611 case CPU_DYING:
1612 case CPU_DYING_FROZEN:
1613 clockevents_notify(CLOCK_EVT_NOTIFY_CPU_DYING, &scpu);
1614 break;
1611 case CPU_DEAD: 1615 case CPU_DEAD:
1612 case CPU_DEAD_FROZEN: 1616 case CPU_DEAD_FROZEN:
1613 { 1617 {