s390/boot: make type of __vmlinux_relocs_64_start|end consistent
authorAlexander Gordeev <agordeev@linux.ibm.com>
Wed, 21 Feb 2024 13:32:24 +0000 (14:32 +0100)
committerHeiko Carstens <hca@linux.ibm.com>
Mon, 26 Feb 2024 09:25:09 +0000 (10:25 +0100)
commit4394a50792346ec291d1bbde6da7571f799a6f12
tree4df85948532b9a53c513863d5c0800fd50dbf67c
parent8495fd4dfee89b9b07353e8d01f0569c0330ff12
s390/boot: make type of __vmlinux_relocs_64_start|end consistent

Make the type of __vmlinux_relocs_64_start|end symbols as
char array, just like it is done for all other sections.
Function rescue_relocs() is simplified as result.

Suggested-by: Heiko Carstens <hca@linux.ibm.com>
Acked-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
arch/s390/boot/boot.h
arch/s390/boot/startup.c