]> git.ipfire.org Git - thirdparty/linux.git/commit
s390: Replace S390_lowcore by get_lowcore()
authorSven Schnelle <svens@linux.ibm.com>
Mon, 10 Jun 2024 11:45:25 +0000 (13:45 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Tue, 18 Jun 2024 15:01:33 +0000 (17:01 +0200)
commit208da1d5fc3c67d8ae5d34e844fd67cc47a136f0
tree5e63e0ca7c11ea9545b8641ce012c104957e661f
parent7e8f89e5e05983089be1d431f1c82e5abc37574a
s390: Replace S390_lowcore by get_lowcore()

Replace all S390_lowcore usages in arch/s390/ by get_lowcore().

Acked-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Sven Schnelle <svens@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
40 files changed:
arch/s390/include/asm/current.h
arch/s390/include/asm/facility.h
arch/s390/include/asm/hardirq.h
arch/s390/include/asm/mmu_context.h
arch/s390/include/asm/pai.h
arch/s390/include/asm/percpu.h
arch/s390/include/asm/preempt.h
arch/s390/include/asm/processor.h
arch/s390/include/asm/setup.h
arch/s390/include/asm/smp.h
arch/s390/include/asm/softirq_stack.h
arch/s390/include/asm/spinlock.h
arch/s390/include/asm/timex.h
arch/s390/include/asm/vtime.h
arch/s390/kernel/dumpstack.c
arch/s390/kernel/early.c
arch/s390/kernel/idle.c
arch/s390/kernel/irq.c
arch/s390/kernel/machine_kexec.c
arch/s390/kernel/nmi.c
arch/s390/kernel/perf_cpum_sf.c
arch/s390/kernel/perf_pai_crypto.c
arch/s390/kernel/perf_pai_ext.c
arch/s390/kernel/process.c
arch/s390/kernel/setup.c
arch/s390/kernel/smp.c
arch/s390/kernel/syscall.c
arch/s390/kernel/time.c
arch/s390/kernel/traps.c
arch/s390/kernel/vtime.c
arch/s390/kvm/kvm-s390.c
arch/s390/lib/spinlock.c
arch/s390/lib/test_unwind.c
arch/s390/lib/uaccess.c
arch/s390/mm/dump_pagetables.c
arch/s390/mm/fault.c
arch/s390/mm/gmap.c
arch/s390/mm/pageattr.c
arch/s390/mm/pgalloc.c
arch/s390/pci/pci.c