]> git.baikalelectronics.ru Git - kernel.git/commit
s390/numa: let NODES_SHIFT depend on NEED_MULTIPLE_NODES
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Wed, 10 Jun 2020 08:36:05 +0000 (10:36 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Tue, 16 Jun 2020 11:44:05 +0000 (13:44 +0200)
commita94df4260b51f06e0e43919b43874bcb2c2a729a
tree701339ab9ce0ad992ac96474102d3f0b66c93f62
parent6095fc89089762c1b526ca9a43ed7ef354ef7ebc
s390/numa: let NODES_SHIFT depend on NEED_MULTIPLE_NODES

Qian Cai reported:
"""
When NUMA=n and nr_node_ids=2, in apply_wqattrs_prepare(), it has,

for_each_node(node) {
        if (wq_calc_node_cpumask(...

where it will trigger a booting warning,

WARNING: workqueue cpumask: online intersect > possible intersect

because it found 2 nodes and wq_numa_possible_cpumask[1] is an empty
cpumask.
"""

Let NODES_SHIFT depend on NEED_MULTIPLE_NODES like it is done
on other architectures in order to fix this.

Fixes: b34e4fb2a583 ("s390/mm: remove fake numa support")
Reported-by: Qian Cai <cai@lca.pw>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/Kconfig