]> git.ipfire.org Git - thirdparty/linux.git/commit
s390/smp: Switch to GENERIC_CPU_DEVICES
authorSven Schnelle <svens@linux.ibm.com>
Wed, 3 Jul 2024 08:11:59 +0000 (10:11 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Wed, 10 Jul 2024 17:50:44 +0000 (19:50 +0200)
commit4a39f12e753d35682a473b2edb4581b65b958d92
treeda3326863526cdf369809f424b8cb95d4f251131
parent5f95843d51e7e0eb0d6ccea074f906214ef06fbc
s390/smp: Switch to GENERIC_CPU_DEVICES

Instead of setting up non-boot CPUs early in architecture code,
only setup the cpu present mask and let the generic code handle
cpu bringup.

Signed-off-by: Sven Schnelle <svens@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/Kconfig
arch/s390/include/asm/smp.h
arch/s390/kernel/smp.c
drivers/s390/char/sclp_config.c