diff options
author | Philipp Hachtmann <phacht@linux.vnet.ibm.com> | 2014-02-26 10:19:22 -0500 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2014-03-07 09:26:05 -0500 |
commit | 43eab381181c76a19734298b5c925c45fb1afe45 (patch) | |
tree | ccac8ff128283b8214263f74dbaf412595e77516 | |
parent | fa2a0627ac70d007c313da150d9bf3705729e9c8 (diff) |
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>
-rw-r--r-- | arch/s390/kernel/topology.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/s390/kernel/topology.c b/arch/s390/kernel/topology.c index 4b2e3e317004..6298fed11ced 100644 --- a/arch/s390/kernel/topology.c +++ b/arch/s390/kernel/topology.c | |||
@@ -451,7 +451,6 @@ static int __init topology_init(void) | |||
451 | } | 451 | } |
452 | set_topology_timer(); | 452 | set_topology_timer(); |
453 | out: | 453 | out: |
454 | update_cpu_masks(); | ||
455 | return device_create_file(cpu_subsys.dev_root, &dev_attr_dispatching); | 454 | return device_create_file(cpu_subsys.dev_root, &dev_attr_dispatching); |
456 | } | 455 | } |
457 | device_initcall(topology_init); | 456 | device_initcall(topology_init); |