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>
This commit is contained in:
@@ -175,7 +175,6 @@ int main(void)
|
||||
/* hardware defined lowcore locations 0x1000 - 0x18ff */
|
||||
OFFSET(__LC_VX_SAVE_AREA_ADDR, _lowcore, vector_save_area_addr);
|
||||
OFFSET(__LC_EXT_PARAMS2, _lowcore, ext_params2);
|
||||
OFFSET(SAVE_AREA_BASE, _lowcore, floating_pt_save_area);
|
||||
OFFSET(__LC_FPREGS_SAVE_AREA, _lowcore, floating_pt_save_area);
|
||||
OFFSET(__LC_GPREGS_SAVE_AREA, _lowcore, gpregs_save_area);
|
||||
OFFSET(__LC_PSW_SAVE_AREA, _lowcore, psw_save_area);
|
||||
|
Reference in New Issue
Block a user