]> www.infradead.org Git - users/dwmw2/linux.git/commit
s390/entry: Make pgm_check_handler() ready for lowcore relocation
authorSven Schnelle <svens@linux.ibm.com>
Mon, 22 Jul 2024 13:41:20 +0000 (15:41 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Tue, 23 Jul 2024 14:02:32 +0000 (16:02 +0200)
commit9e1e275fa28d5896ca7cdf8afa5eb58c0117a303
tree2ff957bbdcbc44afbb771cbba49bf049cd2688bb
parent86e08d64eec35cbe6a85798add4bfc1218ca9513
s390/entry: Make pgm_check_handler() ready for lowcore relocation

In preparation of having lowcore at different address than zero,
add the base register to all lowcore accesses in pgm_check_handler().

Reviewed-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Sven Schnelle <svens@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/include/asm/lowcore.h
arch/s390/kernel/entry.S