powerpc/numa: remove timed_topology_update()
[linux-2.6-microblaze.git] / arch / powerpc / platforms / pseries / hotplug-cpu.c
index d4b3463..dbfabb1 100644 (file)
@@ -263,7 +263,6 @@ static int dlpar_offline_cpu(struct device_node *dn)
                                break;
 
                        cpu_maps_update_done();
-                       timed_topology_update(1);
                        rc = device_offline(get_cpu_device(cpu));
                        if (rc)
                                goto out;
@@ -302,7 +301,6 @@ static int dlpar_online_cpu(struct device_node *dn)
                        if (get_hard_smp_processor_id(cpu) != thread)
                                continue;
                        cpu_maps_update_done();
-                       timed_topology_update(1);
                        find_and_online_cpu_nid(cpu);
                        rc = device_online(get_cpu_device(cpu));
                        if (rc) {