From 980d5f9ab36b6cfe473a8371a7e11bd168c9e630 Mon Sep 17 00:00:00 2001 From: Alexander Egorenkov Date: Wed, 2 Sep 2020 16:52:06 +0200 Subject: s390/boot: enable .bss section for compressed kernel - Support static uninitialized variables in compressed kernel. - Remove chkbss script - Get rid of workarounds for not having .bss section Signed-off-by: Alexander Egorenkov Reviewed-by: Vasily Gorbik Signed-off-by: Vasily Gorbik --- arch/s390/boot/compressed/decompressor.c | 1 - 1 file changed, 1 deletion(-) (limited to 'arch/s390/boot/compressed/decompressor.c') diff --git a/arch/s390/boot/compressed/decompressor.c b/arch/s390/boot/compressed/decompressor.c index 368fd372c875..3061b11c4d27 100644 --- a/arch/s390/boot/compressed/decompressor.c +++ b/arch/s390/boot/compressed/decompressor.c @@ -16,7 +16,6 @@ * gzip declarations */ #define STATIC static -#define STATIC_RW_DATA static __section(.data) #undef memset #undef memcpy -- cgit v1.2.3