diff options
author | Sven Schnelle <svens@linux.ibm.com> | 2024-07-03 11:11:59 +0300 |
---|---|---|
committer | Vasily Gorbik <gor@linux.ibm.com> | 2024-07-10 20:50:44 +0300 |
commit | 4a39f12e753d35682a473b2edb4581b65b958d92 (patch) | |
tree | da3326863526cdf369809f424b8cb95d4f251131 /arch/s390/include | |
parent | 5f95843d51e7e0eb0d6ccea074f906214ef06fbc (diff) | |
download | linux-4a39f12e753d35682a473b2edb4581b65b958d92.tar.xz |
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 'arch/s390/include')
-rw-r--r-- | arch/s390/include/asm/smp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/include/asm/smp.h b/arch/s390/include/asm/smp.h index 0b1ed637bfd6..c13c79025348 100644 --- a/arch/s390/include/asm/smp.h +++ b/arch/s390/include/asm/smp.h @@ -59,7 +59,7 @@ static inline void smp_cpus_done(unsigned int max_cpus) { } -extern int smp_rescan_cpus(void); +extern int smp_rescan_cpus(bool early); extern void __noreturn cpu_die(void); extern void __cpu_die(unsigned int cpu); extern int __cpu_disable(void); |