s390/dump: remove SAVE_AREA_BASE
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Fri, 23 Oct 2015 07:05:38 +0000 (09:05 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Fri, 27 Nov 2015 08:24:14 +0000 (09:24 +0100)
commitf08b8414632c9f256e33f0a18104d8d5e103d204
tree73f9391c6aed216a5f064467e9b4874bd84ce326
parentd9a3a09af54d01ab8b0c320580f4f95328d4a7ac
s390/dump: remove SAVE_AREA_BASE

Replace the SAVE_AREA_BASE offset calculations in reipl.S with the
assembler constant for the location of each register status area.

Use __LC_FPREGS_SAVE_AREA instead of SAVE_AREA_BASE in the three
remaining code locations and remove the definition of SAVE_AREA_BASE.

Acked-by: Michael Holzheu <holzheu@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/kernel/asm-offsets.c
arch/s390/kernel/machine_kexec.c
arch/s390/kernel/reipl.S
arch/s390/kernel/smp.c
drivers/s390/char/zcore.c
This page took 0.025137 seconds and 5 git commands to generate.