]> git.karo-electronics.de Git - linux-beck.git/commit
s390/topology: always use s390 specific sched_domain_topology_level
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Sat, 3 Dec 2016 08:50:16 +0000 (09:50 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 12 Jan 2017 10:39:37 +0000 (11:39 +0100)
commitdae9151a88f775f88dd43595b8288f9aac13eedb
tree3f34128ba767501a1a8b0e1965e64068e01704bd
parentb3539f813578419c6b386a669405284df5c5950d
s390/topology: always use s390 specific sched_domain_topology_level

commit ebb299a51059017ec253bd30781a83d1f6e11b24 upstream.

The s390 specific sched_domain_topology_level should always be used,
not only if the machine provides topology information. Luckily this
odd behaviour, that was by accident introduced with git commit
d05d15da18f5 ("s390/topology: delay initialization of topology cpu
masks") has currently no side effect.

Fixes: d05d15da18f5 ("s390/topology: delay initialization of topology cpumasks")
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/s390/kernel/topology.c