]> asedeno.scripts.mit.edu Git - linux.git/commit
s390: move ipl block to .boot.preserved.data section
authorVasily Gorbik <gor@linux.ibm.com>
Mon, 1 Apr 2019 17:10:51 +0000 (19:10 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Wed, 10 Apr 2019 15:47:11 +0000 (17:47 +0200)
commit1e941d39493f1820475d80729a03cd7ab8c3c86d
tree97ece5ef80810878061b3ee04175361f2a26e41e
parentbf9921a9c15bad089c08b94c300a6cafa035a612
s390: move ipl block to .boot.preserved.data section

.boot.preserved.data is a better fit for ipl block than .boot.data
which is discarded after init. Reusing .boot.preserved.data allows to
simplify code a little bit and avoid copying data from .boot.data to
persistent variables.

Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/boot/ipl_parm.c
arch/s390/include/asm/boot_data.h
arch/s390/include/asm/ipl.h
arch/s390/kernel/early.c
arch/s390/kernel/ipl.c