diff options
Diffstat (limited to 'kernel/hrtimer.c')
| -rw-r--r-- | kernel/hrtimer.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/hrtimer.c b/kernel/hrtimer.c index c9f4f044a8a8..23c03f43e196 100644 --- a/kernel/hrtimer.c +++ b/kernel/hrtimer.c | |||
| @@ -1411,11 +1411,13 @@ static int __cpuinit hrtimer_cpu_notify(struct notifier_block *self, | |||
| 1411 | switch (action) { | 1411 | switch (action) { |
| 1412 | 1412 | ||
| 1413 | case CPU_UP_PREPARE: | 1413 | case CPU_UP_PREPARE: |
| 1414 | case CPU_UP_PREPARE_FROZEN: | ||
| 1414 | init_hrtimers_cpu(cpu); | 1415 | init_hrtimers_cpu(cpu); |
| 1415 | break; | 1416 | break; |
| 1416 | 1417 | ||
| 1417 | #ifdef CONFIG_HOTPLUG_CPU | 1418 | #ifdef CONFIG_HOTPLUG_CPU |
| 1418 | case CPU_DEAD: | 1419 | case CPU_DEAD: |
| 1420 | case CPU_DEAD_FROZEN: | ||
| 1419 | clockevents_notify(CLOCK_EVT_NOTIFY_CPU_DEAD, &cpu); | 1421 | clockevents_notify(CLOCK_EVT_NOTIFY_CPU_DEAD, &cpu); |
| 1420 | migrate_hrtimers(cpu); | 1422 | migrate_hrtimers(cpu); |
| 1421 | break; | 1423 | break; |
