]> git.baikalelectronics.ru Git - kernel.git/commit
s390/ipl: make parameter area accessible via struct parmarea
authorHeiko Carstens <hca@linux.ibm.com>
Fri, 7 May 2021 17:12:39 +0000 (19:12 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Mon, 7 Jun 2021 15:06:59 +0000 (17:06 +0200)
commitbe6a74f4660054d034556d46e8344efdc18117f0
tree49dadc76f703e6b1a1b56080c9ce007353061740
parent8983794ecd294765d524ff56d5ce0d8cc471ce1c
s390/ipl: make parameter area accessible via struct parmarea

Since commit 9a965ea95135 ("s390/kexec_file: Simplify parmarea
access") we have struct parmarea which describes the layout of the
kernel parameter area.

Make the kernel parameter area available as global variable parmarea
of type struct parmarea, which allows to easily access its members.

Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/boot/head.S
arch/s390/include/asm/setup.h
arch/s390/kernel/asm-offsets.c