]> www.infradead.org Git - users/dwmw2/linux.git/commit
s390/boot: Move boot_printk() code to own file
authorHeiko Carstens <hca@linux.ibm.com>
Wed, 4 Sep 2024 09:39:30 +0000 (11:39 +0200)
committerHeiko Carstens <hca@linux.ibm.com>
Sat, 7 Sep 2024 15:12:43 +0000 (17:12 +0200)
commit5c9a274202ca144764e98d4032fed76693e8cfc6
tree7884bb3923a9fa00be0124cd7fe30c93816ace93
parentdc7155550730dfab3b7cc59dfbf0d8c84ac67bf0
s390/boot: Move boot_printk() code to own file

Keep the printk code separate from the program check code and move
boot_printk() and helper functions to own printk.c file.

Reviewed-by: Sven Schnelle <svens@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
arch/s390/boot/Makefile
arch/s390/boot/pgm_check_info.c
arch/s390/boot/printk.c [new file with mode: 0644]