s390/lowcore: Convert relocated lowcore alternative to machine feature
authorHeiko Carstens <hca@linux.ibm.com>
Fri, 7 Feb 2025 14:48:57 +0000 (15:48 +0100)
committerVasily Gorbik <gor@linux.ibm.com>
Tue, 4 Mar 2025 16:18:05 +0000 (17:18 +0100)
commite4da8249cf1e2aac1f2ca3d8bbe6c7589b4a7a13
treee4c49394fad4b4f83f4037e9c4fe494ec9576b98
parentb7e81efc2436c553ca29eae5f069480de3d9f975
s390/lowcore: Convert relocated lowcore alternative to machine feature

Convert the explicit relocated lowcore alternative type to a more
generic machine feature. This only reduces the number of alternative
types, but has no impact on code generation.

Reviewed-by: Vasily Gorbik <gor@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/boot/ipl_parm.c
arch/s390/boot/startup.c
arch/s390/boot/vmem.c
arch/s390/include/asm/abs_lowcore.h
arch/s390/include/asm/alternative.h
arch/s390/include/asm/lowcore.h
arch/s390/include/asm/machine.h
arch/s390/kernel/abs_lowcore.c
arch/s390/kernel/alternative.c
arch/s390/kernel/entry.S
arch/s390/kernel/setup.c