diff options
Diffstat (limited to 'arch/powerpc/platforms/pseries/hotplug-cpu.c')
| -rw-r--r-- | arch/powerpc/platforms/pseries/hotplug-cpu.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/pseries/hotplug-cpu.c b/arch/powerpc/platforms/pseries/hotplug-cpu.c index fadb95efbb9e..a7d14aa7bb7c 100644 --- a/arch/powerpc/platforms/pseries/hotplug-cpu.c +++ b/arch/powerpc/platforms/pseries/hotplug-cpu.c | |||
| @@ -363,6 +363,7 @@ static int dlpar_online_cpu(struct device_node *dn) | |||
| 363 | BUG_ON(get_cpu_current_state(cpu) | 363 | BUG_ON(get_cpu_current_state(cpu) |
| 364 | != CPU_STATE_OFFLINE); | 364 | != CPU_STATE_OFFLINE); |
| 365 | cpu_maps_update_done(); | 365 | cpu_maps_update_done(); |
| 366 | timed_topology_update(1); | ||
| 366 | rc = device_online(get_cpu_device(cpu)); | 367 | rc = device_online(get_cpu_device(cpu)); |
| 367 | if (rc) | 368 | if (rc) |
| 368 | goto out; | 369 | goto out; |
| @@ -533,6 +534,7 @@ static int dlpar_offline_cpu(struct device_node *dn) | |||
| 533 | set_preferred_offline_state(cpu, | 534 | set_preferred_offline_state(cpu, |
| 534 | CPU_STATE_OFFLINE); | 535 | CPU_STATE_OFFLINE); |
| 535 | cpu_maps_update_done(); | 536 | cpu_maps_update_done(); |
| 537 | timed_topology_update(1); | ||
| 536 | rc = device_offline(get_cpu_device(cpu)); | 538 | rc = device_offline(get_cpu_device(cpu)); |
| 537 | if (rc) | 539 | if (rc) |
| 538 | goto out; | 540 | goto out; |
