projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa2a062
)
s390/topology: Remove call to update_cpu_masks()
author
Philipp Hachtmann
<phacht@linux.vnet.ibm.com>
Wed, 26 Feb 2014 15:19:22 +0000
(16:19 +0100)
committer
Martin Schwidefsky
<schwidefsky@de.ibm.com>
Fri, 7 Mar 2014 14:26:05 +0000
(15:26 +0100)
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>
arch/s390/kernel/topology.c
patch
|
blob
|
history
diff --git
a/arch/s390/kernel/topology.c
b/arch/s390/kernel/topology.c
index 4b2e3e317004a3cf5d725887c1136c9cbcdd4045..6298fed11cedf8bcfcb536474d33552a115f2fe2 100644
(file)
--- 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);