s390/entry: remove OUTSIDE macro
authorSven Schnelle <svens@linux.ibm.com>
Tue, 20 Feb 2024 14:18:56 +0000 (15:18 +0100)
committerHeiko Carstens <hca@linux.ibm.com>
Sun, 17 Mar 2024 18:08:49 +0000 (19:08 +0100)
commit29e5bc0f023a1110d1539d75ccac3b4cdcadec5e
tree33bcbe8628046622980f031f07de1039f9754c8c
parentc239c83ed5c558be3b5926c7f11639f02c8acd00
s390/entry: remove OUTSIDE macro

With only one OUTSIDE user left, remove the macro and move the code
directly to the machine check handler. This has the advantage that
it is much easier to determine which registers are used.

Signed-off-by: Sven Schnelle <svens@linux.ibm.com>
Reviewed-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
arch/s390/kernel/entry.S