From: Vasily Gorbik Date: Wed, 27 Jun 2018 12:46:57 +0000 (+0200) Subject: s390/decompressor: discard ___kcrctab section X-Git-Tag: v4.19~461^2~62 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4778dc08ef99825d2931d44888fda8d49319d93a;p=platform%2Fkernel%2Flinux-rpi.git s390/decompressor: discard ___kcrctab section ___kcrctab section is not used during the decompressor phase and could be discarded to save the memory. It is currently generated due to lib/mem.S usage, which exports few symbols. Acked-by: Heiko Carstens Signed-off-by: Vasily Gorbik Signed-off-by: Martin Schwidefsky --- diff --git a/arch/s390/boot/compressed/vmlinux.lds.S b/arch/s390/boot/compressed/vmlinux.lds.S index b8572a81..93ab95c 100644 --- a/arch/s390/boot/compressed/vmlinux.lds.S +++ b/arch/s390/boot/compressed/vmlinux.lds.S @@ -58,5 +58,6 @@ SECTIONS *(.eh_frame) *(__ex_table) *(*__ksymtab*) + *(___kcrctab*) } }