diff options
author | Vasily Gorbik <gor@linux.ibm.com> | 2018-06-27 17:10:14 +0200 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2018-07-02 11:24:58 +0200 |
commit | 183ab05ff285555c56b7f00bb4fd52d80a9513fb (patch) | |
tree | de41bc46e49ae9c232a7402ac5d68ea78b2356ac /arch/s390/kernel/head64.S | |
parent | 8e533fdd092598db73312af801dbddea8cab6f9c (diff) | |
download | linux-stable-183ab05ff285555c56b7f00bb4fd52d80a9513fb.tar.gz linux-stable-183ab05ff285555c56b7f00bb4fd52d80a9513fb.tar.bz2 linux-stable-183ab05ff285555c56b7f00bb4fd52d80a9513fb.zip |
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>
Diffstat (limited to 'arch/s390/kernel/head64.S')
-rw-r--r-- | arch/s390/kernel/head64.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/s390/kernel/head64.S b/arch/s390/kernel/head64.S index 161b795d3109..6f43faeaaf32 100644 --- a/arch/s390/kernel/head64.S +++ b/arch/s390/kernel/head64.S @@ -16,7 +16,6 @@ #include <asm/page.h> __HEAD - .org 0x100000 ENTRY(startup_continue) tm __LC_STFLE_FAC_LIST+5,0x80 # LPP available ? jz 0f |