]> git.ipfire.org Git - thirdparty/linux.git/commit
s390/boot: Add common boot_panic() code
authorHeiko Carstens <hca@linux.ibm.com>
Tue, 12 Aug 2025 14:58:43 +0000 (16:58 +0200)
committerAlexander Gordeev <agordeev@linux.ibm.com>
Thu, 28 Aug 2025 14:52:54 +0000 (16:52 +0200)
commitb3597eb51aad4a6e985c701c129bd7fc2cf0d682
tree503b2903ab5cf0b124d02fd6f48af600e1ab0a9c
parent669bc57e7016cf9d1a9eedb2a984c4fb4fd67f3d
s390/boot: Add common boot_panic() code

Introduce a common boot_panic() helper macro, and use it to
get rid of three more or less identical implementations.

Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Reviewed-by: Alexander Gordeev <agordeev@linux.ibm.com>
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
arch/s390/boot/boot.h
arch/s390/boot/decompressor.c
arch/s390/boot/physmem_info.c
arch/s390/boot/startup.c