s390: unify linker symbols usage
authorVasily Gorbik <gor@linux.vnet.ibm.com>
Tue, 20 Feb 2018 12:28:33 +0000 (13:28 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 27 Feb 2018 07:05:23 +0000 (08:05 +0100)
commit320d9555cb9d2f42cf933c7f59468998933f6cc7
tree829c10a73a1d891385749fc6d6ef936c35cec5e6
parent3ad6b250130de368066c5d6d7ebfdc328f655118
s390: unify linker symbols usage

Common code defines linker symbols which denote sections start/end in
a form of char []. Referencing those symbols as _symbol or &_symbol
yields the same result, but "_symbol" form is more widespread across
newly written code. Convert s390 specific code to this style.

Also removes unused _text symbol definition in boot/compressed/misc.c.

Signed-off-by: Vasily Gorbik <gor@linux.vnet.ibm.com>
Acked-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/boot/compressed/misc.c
arch/s390/kernel/early.c
arch/s390/kernel/setup.c
arch/s390/kernel/suspend.c
arch/s390/mm/dump_pagetables.c