summaryrefslogtreecommitdiff
path: root/arch/s390/kernel/topology.c
diff options
context:
space:
mode:
authorPhilipp Hachtmann <phacht@linux.vnet.ibm.com>2014-02-26 15:19:22 (GMT)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2014-03-07 14:26:05 (GMT)
commit43eab381181c76a19734298b5c925c45fb1afe45 (patch)
treeccac8ff128283b8214263f74dbaf412595e77516 /arch/s390/kernel/topology.c
parentfa2a0627ac70d007c313da150d9bf3705729e9c8 (diff)
downloadlinux-43eab381181c76a19734298b5c925c45fb1afe45.tar.xz
s390/topology: Remove call to update_cpu_masks()
The call to update_cpu_masks() from within topology_init() is completely redundant. This patch removes it. Signed-off-by: Philipp Hachtmann <phacht@linux.vnet.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/kernel/topology.c')
-rw-r--r--arch/s390/kernel/topology.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/s390/kernel/topology.c b/arch/s390/kernel/topology.c
index 4b2e3e3..6298fed 100644
--- a/arch/s390/kernel/topology.c
+++ b/arch/s390/kernel/topology.c
@@ -451,7 +451,6 @@ static int __init topology_init(void)
}
set_topology_timer();
out:
- update_cpu_masks();
return device_create_file(cpu_subsys.dev_root, &dev_attr_dispatching);
}
device_initcall(topology_init);