On Tue, Aug 03, 2021 at 04:15:47PM +0200, Sebastian Andrzej Siewior wrote: > The functions get_online_cpus() and put_online_cpus() have been > deprecated during the CPU hotplug rework. They map directly to > cpus_read_lock() and cpus_read_unlock(). > > Replace deprecated CPU-hotplug functions with the official version. > The behavior remains unchanged. > > Cc: linux-s390@xxxxxxxxxxxxxxx > Cc: Heiko Carstens <hca@xxxxxxxxxxxxx> > Cc: Vasily Gorbik <gor@xxxxxxxxxxxxx> > Cc: Christian Borntraeger <borntraeger@xxxxxxxxxx> > Signed-off-by: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx> > --- > arch/s390/hypfs/hypfs_diag0c.c | 10 +++++----- > arch/s390/kernel/diag.c | 4 ++-- > arch/s390/kernel/irq.c | 4 ++-- > arch/s390/kernel/perf_cpum_cf.c | 4 ++-- > arch/s390/kernel/processor.c | 4 ++-- > arch/s390/kernel/smp.c | 8 ++++---- > arch/s390/kernel/topology.c | 4 ++-- > arch/s390/mm/maccess.c | 4 ++-- > 8 files changed, 21 insertions(+), 21 deletions(-) Applied, thanks!