summaryrefslogtreecommitdiffstats
path: root/drivers/s390
diff options
context:
space:
mode:
authorSven Schnelle <svens@linux.ibm.com>2024-07-03 10:11:59 +0200
committerVasily Gorbik <gor@linux.ibm.com>2024-07-10 19:50:44 +0200
commit4a39f12e753d35682a473b2edb4581b65b958d92 (patch)
treeda3326863526cdf369809f424b8cb95d4f251131 /drivers/s390
parent5f95843d51e7e0eb0d6ccea074f906214ef06fbc (diff)
downloadlinux-stable-4a39f12e753d35682a473b2edb4581b65b958d92.tar.gz
linux-stable-4a39f12e753d35682a473b2edb4581b65b958d92.tar.bz2
linux-stable-4a39f12e753d35682a473b2edb4581b65b958d92.zip
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>
Diffstat (limited to 'drivers/s390')
-rw-r--r--drivers/s390/char/sclp_config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/char/sclp_config.c b/drivers/s390/char/sclp_config.c
index 10383e936461..f56ea9b60e08 100644
--- a/drivers/s390/char/sclp_config.c
+++ b/drivers/s390/char/sclp_config.c
@@ -60,7 +60,7 @@ static void sclp_cpu_capability_notify(struct work_struct *work)
static void __ref sclp_cpu_change_notify(struct work_struct *work)
{
lock_device_hotplug();
- smp_rescan_cpus();
+ smp_rescan_cpus(false);
unlock_device_hotplug();
}