summaryrefslogtreecommitdiff
path: root/Documentation/features
diff options
context:
space:
mode:
authorHeiko Carstens <hca@linux.ibm.com>2026-01-09 18:31:40 +0300
committerHeiko Carstens <hca@linux.ibm.com>2026-01-27 14:16:16 +0300
commitee44f4e7ebb56f1a2a3aaed8b01ea052fc225680 (patch)
treefe248efae5536b506d79ca01148dad9ec68ba470 /Documentation/features
parent8cbfd13601af7d71bb86c2ea686489a6f139c0ba (diff)
downloadlinux-ee44f4e7ebb56f1a2a3aaed8b01ea052fc225680.tar.xz
s390/traps: Copy monitor code to pt_regs
In case of a monitor call program check the CPU stores the monitor code to lowcore. Let the program check handler copy it to the pt_regs structure so it can be used by the monitor call exception handler. Instead of increasing the pt_regs size add a union which contains both orig_gpr2 and monitor_code, since orig_gpr2 is not used in case of a program check. Reviewed-by: Sven Schnelle <svens@linux.ibm.com> Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Diffstat (limited to 'Documentation/features')
0 files changed, 0 insertions, 0 deletions