]> www.infradead.org Git - users/dwmw2/linux.git/commit
s390/boot: Use boot_printk() instead of sclp_early_printk()
authorHeiko Carstens <hca@linux.ibm.com>
Wed, 4 Sep 2024 09:39:29 +0000 (11:39 +0200)
committerHeiko Carstens <hca@linux.ibm.com>
Sat, 7 Sep 2024 15:12:43 +0000 (17:12 +0200)
commitdc7155550730dfab3b7cc59dfbf0d8c84ac67bf0
tree1455895b71267fb8955c42679d63fbe8078b5281
parentbfda6108144628581ee50a127bb616cf097b1c7c
s390/boot: Use boot_printk() instead of sclp_early_printk()

Consistently use boot_printk() everywhere instead of sclp_early_printk() at
some places. For some places it was required (e.g. als.c), in order to stay
in code compiled for the same architecture level, for other places it is
not obvious why sclp_early_printk() was used instead of
decompressor_printk().

Given that the whole decompressor code is compiled for the same
architecture level, there is no requirement left to use different
printk functions.

Reviewed-by: Sven Schnelle <svens@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
arch/s390/boot/als.c
arch/s390/boot/ipl_parm.c
arch/s390/boot/kaslr.c
arch/s390/boot/physmem_info.c
arch/s390/boot/startup.c