s390: enforce CONFIG_HOTPLUG_CPU
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Mon, 3 Jun 2019 13:22:25 +0000 (15:22 +0200)
committerHeiko Carstens <heiko.carstens@de.ibm.com>
Fri, 7 Jun 2019 08:09:42 +0000 (10:09 +0200)
commit3e8eb22faee179798530b6a3d2639629fcf9d580
tree84c5a8fe20931574efa4a76d667c3c13b05d4db8
parent67626fadd26977aca76d3540b80ce99233399cdf
s390: enforce CONFIG_HOTPLUG_CPU

x86 and powerpc (partially) enforce already CONFIG_HOTPLUG_CPU. On
s390 it is enabled on all distributions by default since ages.
The only exception is our zfcpdump kernel.

However to simplify testing, enforce HOTPLUG_CPU. This was suggested
by Paul McKenney, since his rcutorture test environments for CONFIG_SMP=y
only support HOTPLUG_CPU=y.

Suggested-by: Paul E. McKenney <paulmck@linux.ibm.com>
Acked-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
arch/s390/Kconfig
arch/s390/include/asm/smp.h
arch/s390/kernel/smp.c