]> 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)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Wed, 7 Dec 2016 06:22:59 +0000 (07:22 +0100)
commitebb299a51059017ec253bd30781a83d1f6e11b24
tree6f520e06f442a2b96d03836a7dd2fe93426a8bf5
parent5423145f8c4e885c640d12adc35c421127ed015f
s390/topology: always use s390 specific sched_domain_topology_level

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>
arch/s390/kernel/topology.c