]> asedeno.scripts.mit.edu Git - linux.git/commit
s390/kexec_file: Simplify parmarea access
authorPhilipp Rudo <prudo@linux.ibm.com>
Wed, 6 Mar 2019 16:36:26 +0000 (17:36 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Mon, 29 Apr 2019 08:43:57 +0000 (10:43 +0200)
commitd0d249d75dda1b101624316a52d117be07b8ccff
treeaa53d33008dd6443ac9401c39a6a9f13d27446b5
parent4c0f032d496385fa8071e404a1bc33f4abbc2f81
s390/kexec_file: Simplify parmarea access

Access the parmarea in head.S via a struct instead of individual offsets.

While at it make the fields in the parmarea .quads.

Signed-off-by: Philipp Rudo <prudo@linux.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/boot/head.S
arch/s390/include/asm/kexec.h
arch/s390/include/asm/setup.h
arch/s390/kernel/kexec_elf.c
arch/s390/kernel/kexec_image.c
arch/s390/kernel/machine_kexec_file.c