OSDN Git Service

s390/amode31: change type of __samode31, __eamode31, etc
authorHeiko Carstens <hca@linux.ibm.com>
Fri, 25 Aug 2023 12:29:49 +0000 (14:29 +0200)
committerHeiko Carstens <hca@linux.ibm.com>
Wed, 30 Aug 2023 09:03:27 +0000 (11:03 +0200)
commit3eeb07788ff05b30e2ddad39561d53495563e63a
tree712d75abbee7657d0082d3e2241bad2c53b72750
parentc0f1d478121131c2a97cab24148bf7ebb7ed3434
s390/amode31: change type of __samode31, __eamode31, etc

For consistencs reasons change the type of __samode31, __eamode31,
__stext_amode31, and __etext_amode31 to a char pointer so they
(nearly) match the type of all other sections.

This allows for code simplifications with follow-on patches.

Reviewed-by: Alexander Gordeev <agordeev@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
arch/s390/include/asm/sections.h
arch/s390/kernel/machine_kexec.c
arch/s390/kernel/setup.c
arch/s390/mm/dump_pagetables.c
arch/s390/mm/vmem.c