瀏覽代碼

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 <heiko.carstens@de.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Vasily Gorbik 7 年之前
父節點
當前提交
4778dc08ef
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      arch/s390/boot/compressed/vmlinux.lds.S

+ 1 - 0
arch/s390/boot/compressed/vmlinux.lds.S

@@ -58,5 +58,6 @@ SECTIONS
 		*(.eh_frame)
 		*(__ex_table)
 		*(*__ksymtab*)
+		*(___kcrctab*)
 	}
 }