OSDN Git Service

s390/topology: remove always false if check
authorHeiko Carstens <hca@linux.ibm.com>
Wed, 17 Feb 2021 11:47:41 +0000 (12:47 +0100)
committerHeiko Carstens <hca@linux.ibm.com>
Mon, 8 Mar 2021 09:46:27 +0000 (10:46 +0100)
commitf9d8cbf33e9fceee671a49760cdcfa4be6a55102
tree90a33532103603e2a8e807a0073054546cc62220
parenteba8e1af5a61e61e5d77e1dfe1e8e20735ebc9c6
s390/topology: remove always false if check

The cpumask being checked in cpu_group_map() must have at least one
cpu set; therefore remove the check.

Reviewed-by: Alexander Gordeev <agordeev@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
arch/s390/kernel/topology.c