]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/s390/kernel/topology.c
[S390] cpu topology: dont destroy cpu sets on topology change
[linux-2.6-omap-h63xx.git] / arch / s390 / kernel / topology.c
index 586c5e33b3f4d131047a38eb965f0e9551dd4e54..36faac50e774e0f6f1700d9da06dc1030bcbe5f5 100644 (file)
@@ -12,6 +12,7 @@
 #include <linux/workqueue.h>
 #include <linux/cpu.h>
 #include <linux/smp.h>
+#include <linux/cpuset.h>
 #include <asm/delay.h>
 #include <asm/s390_ext.h>
 #include <asm/sysinfo.h>
@@ -234,7 +235,7 @@ void arch_update_cpu_topology(void)
 
 static void topology_work_fn(struct work_struct *work)
 {
-       arch_reinit_sched_domains();
+       rebuild_sched_domains();
 }
 
 void topology_schedule_update(void)