s390/ipl: avoid usage of __section(.data)
authorVasily Gorbik <gor@linux.vnet.ibm.com>
Wed, 10 Jan 2018 10:15:04 +0000 (11:15 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 23 Jan 2018 06:36:47 +0000 (07:36 +0100)
commitc50ce358bd33df163f8ea347c8fe50abec14dc21
tree531172d8aeec4a5a8e13993b6484c57fc64babea
parent34ba2450abe3b0a90aa91884531b6cdca6e0da92
s390/ipl: avoid usage of __section(.data)

bss section is cleared before ipl.c code is called or global variables
are used nowadays. Remove stale comment and __section(.data) from
few global variables.

Also removes static/global variables initialization to 0.

Signed-off-by: Vasily Gorbik <gor@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/kernel/ipl.c