diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/s390/kernel/topology.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/s390/kernel/topology.c b/arch/s390/kernel/topology.c index 586c5e33b3f4..36faac50e774 100644 --- a/arch/s390/kernel/topology.c +++ b/arch/s390/kernel/topology.c | |||
@@ -12,6 +12,7 @@ | |||
12 | #include <linux/workqueue.h> | 12 | #include <linux/workqueue.h> |
13 | #include <linux/cpu.h> | 13 | #include <linux/cpu.h> |
14 | #include <linux/smp.h> | 14 | #include <linux/smp.h> |
15 | #include <linux/cpuset.h> | ||
15 | #include <asm/delay.h> | 16 | #include <asm/delay.h> |
16 | #include <asm/s390_ext.h> | 17 | #include <asm/s390_ext.h> |
17 | #include <asm/sysinfo.h> | 18 | #include <asm/sysinfo.h> |
@@ -234,7 +235,7 @@ void arch_update_cpu_topology(void) | |||
234 | 235 | ||
235 | static void topology_work_fn(struct work_struct *work) | 236 | static void topology_work_fn(struct work_struct *work) |
236 | { | 237 | { |
237 | arch_reinit_sched_domains(); | 238 | rebuild_sched_domains(); |
238 | } | 239 | } |
239 | 240 | ||
240 | void topology_schedule_update(void) | 241 | void topology_schedule_update(void) |