]> www.infradead.org Git - users/jedix/linux-maple.git/commit
s390/boot: Rename physmem_alloc_top_down() to physmem_alloc_or_die()
authorVasily Gorbik <gor@linux.ibm.com>
Thu, 12 Dec 2024 23:59:26 +0000 (00:59 +0100)
committerAlexander Gordeev <agordeev@linux.ibm.com>
Sun, 26 Jan 2025 16:23:58 +0000 (17:23 +0100)
commit02415f1cf435ac1403743156c21b79f52adee6ab
tree4a137c8cea74013adf1ac605ab0162c1f484bf5c
parente70452c4ba2ce1e24a3fdc18bd623edb7b56013c
s390/boot: Rename physmem_alloc_top_down() to physmem_alloc_or_die()

The new name better reflects the function's behavior, emphasizing that
it will terminate execution if allocation fails.

Reviewed-by: Alexander Gordeev <agordeev@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
arch/s390/boot/boot.h
arch/s390/boot/ipl_report.c
arch/s390/boot/kaslr.c
arch/s390/boot/physmem_info.c
arch/s390/boot/startup.c
arch/s390/boot/vmem.c