s390/relocate_kernel: use SYM* macros instead of ENTRY(), etc.
authorHeiko Carstens <hca@linux.ibm.com>
Mon, 17 Apr 2023 12:45:16 +0000 (14:45 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Wed, 19 Apr 2023 15:24:18 +0000 (17:24 +0200)
commit680957b3b8b0b2e8697592fcb77369d4f643908a
tree0e537c937403b504cbf8eb88e42056d0f7fc6056
parentfda1dffa44b0ea657e413f1e548022e3f0269592
s390/relocate_kernel: use SYM* macros instead of ENTRY(), etc.

Consistently use the SYM* family of macros instead of the
deprecated ENTRY(), ENDPROC(), etc. family of macros.

Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/kernel/relocate_kernel.S