s390/setup: don't reserve memory that occupied decompressor's head
authorAlexander Egorenkov <egorenar@linux.ibm.com>
Wed, 16 Jun 2021 12:10:03 +0000 (14:10 +0200)
committerHeiko Carstens <hca@linux.ibm.com>
Tue, 27 Jul 2021 07:39:17 +0000 (09:39 +0200)
commitf1a5469474312939686ffdbcbf521a1cb78eac81
treebaeae709e93a94e2674ad170b62514658019dee2
parent6bda667037764e116d7e43654522945f3822a14e
s390/setup: don't reserve memory that occupied decompressor's head

There is no useful information within [STARTUP_NORMAL_OFFSET, HEAD_END] now.

But the memory region [0, STARTUP_NORMAL_OFFSET] is used by:
* lowcore
* kdump for swapping memory
* stand-alone zipl dumpers for code, data, stack and heap

Signed-off-by: Alexander Egorenkov <egorenar@linux.ibm.com>
Acked-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
arch/s390/kernel/setup.c