|
@@ -982,7 +982,6 @@ int rtas_ibm_suspend_me(u64 handle)
|
|
}
|
|
}
|
|
|
|
|
|
cpu_hotplug_disable();
|
|
cpu_hotplug_disable();
|
|
- stop_topology_update();
|
|
|
|
|
|
|
|
/* Call function on all CPUs. One of us will make the
|
|
/* Call function on all CPUs. One of us will make the
|
|
* rtas call
|
|
* rtas call
|
|
@@ -995,7 +994,6 @@ int rtas_ibm_suspend_me(u64 handle)
|
|
if (atomic_read(&data.error) != 0)
|
|
if (atomic_read(&data.error) != 0)
|
|
printk(KERN_ERR "Error doing global join\n");
|
|
printk(KERN_ERR "Error doing global join\n");
|
|
|
|
|
|
- start_topology_update();
|
|
|
|
cpu_hotplug_enable();
|
|
cpu_hotplug_enable();
|
|
|
|
|
|
/* Take down CPUs not online prior to suspend */
|
|
/* Take down CPUs not online prior to suspend */
|