]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
s390/bug: Introduce and use monitor code macro
authorHeiko Carstens <hca@linux.ibm.com>
Fri, 9 Jan 2026 15:31:39 +0000 (16:31 +0100)
committerHeiko Carstens <hca@linux.ibm.com>
Tue, 27 Jan 2026 11:16:16 +0000 (12:16 +0100)
commit8cbfd13601af7d71bb86c2ea686489a6f139c0ba
treea399f21d1a91c8630199c0d4371258177b01041a
parent2b71b8ab971889edba278b71f1d3ff82cd42e175
s390/bug: Introduce and use monitor code macro

The first operand address of the monitor call (mc) instruction is the
monitor code. Currently the monitor code is ignored, but this will
change. Therefore add and use MONCODE_BUG instead of a hardcoded zero.

Reviewed-by: Sven Schnelle <svens@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
arch/s390/include/asm/bug.h
arch/s390/kernel/traps.c