]> git.baikalelectronics.ru Git - kernel.git/commit
s390: get rid of the first mb of uncompressed image
authorVasily Gorbik <gor@linux.ibm.com>
Wed, 27 Jun 2018 15:10:14 +0000 (17:10 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Mon, 2 Jul 2018 09:24:58 +0000 (11:24 +0200)
commitd12444ada670477f32162d78042c895c657104e0
treede41bc46e49ae9c232a7402ac5d68ea78b2356ac
parent7a54ece3b92a2fa4235f6ac30162123d5dce543a
s390: get rid of the first mb of uncompressed image

Instead of generating uncompressed kernel image starting at 0, filling
first mb with zeros (with ".org 0x100000") and then trimming it off
from vmlinux.bin before compression, simply generate a kernel image
starting from 0x100000.

Reviewed-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>
arch/s390/boot/compressed/Makefile
arch/s390/kernel/head64.S
arch/s390/kernel/vmlinux.lds.S