s390/sclp: clean up unneeded .data section usage
authorVasily Gorbik <gor@linux.ibm.com>
Wed, 16 Sep 2020 10:06:02 +0000 (12:06 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Mon, 21 Sep 2020 06:07:44 +0000 (08:07 +0200)
commit14ab622432415326ab832441ec5d19003a3b1176
tree46e760b6254b27f7be6295f5db594db21eea2c9d
parentbcf1650c9b826602ad860f4465a3b66be611508a
s390/sclp: clean up unneeded .data section usage

Since commit 980d5f9ab36b ("s390/boot: enable .bss section for compressed
kernel") .bss section usage is no longer restricted. .bss section is a
part of the decompressor's image and is zeroed by the linker. For that
reason clean up now unneeded .data section usage.

Reviewed-by: Alexander Egorenkov <egorenar@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
drivers/s390/char/sclp_early_core.c