s390/boot: rename mem_detect to physmem_info
authorVasily Gorbik <gor@linux.ibm.com>
Wed, 8 Feb 2023 17:11:25 +0000 (18:11 +0100)
committerHeiko Carstens <hca@linux.ibm.com>
Mon, 20 Mar 2023 10:02:50 +0000 (11:02 +0100)
commit8c37cb7d4ffcc827a9484282691b018715a5ae1a
treee0c11f73e39a8a78ad3125ec34339639d62323b1
parent53fcc7dbf17691d8eac382ee315970a75286dd4b
s390/boot: rename mem_detect to physmem_info

In preparation to extending mem_detect with additional information like
reserved ranges rename it to more generic physmem_info. This new naming
also help to avoid confusion by using more exact terms like "physmem
online ranges", etc.

Acked-by: Heiko Carstens <hca@linux.ibm.com>
Reviewed-by: Alexander Gordeev <agordeev@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
arch/s390/boot/Makefile
arch/s390/boot/boot.h
arch/s390/boot/kaslr.c
arch/s390/boot/physmem_info.c [moved from arch/s390/boot/mem_detect.c with 63% similarity]
arch/s390/boot/startup.c
arch/s390/boot/vmem.c
arch/s390/include/asm/mem_detect.h [deleted file]
arch/s390/include/asm/physmem_info.h [new file with mode: 0644]
arch/s390/kernel/setup.c
arch/s390/mm/kasan_init.c
drivers/s390/char/sclp_early_core.c