mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 10:33:41 +02:00
s390/boot: Move command line parsing earlier
Reorder the store_ipl_parmblock(), uv_query_info(), and command line setup calls to occur earlier. This ensures debug printing covers all memory tracking activities from the start. Signed-off-by: Vasily Gorbik <gor@linux.ibm.com> Acked-by: Heiko Carstens <hca@linux.ibm.com> Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
This commit is contained in:
parent
9688b17b4a
commit
a56827e5a5
|
|
@ -411,6 +411,10 @@ void startup_kernel(void)
|
|||
psw_t psw;
|
||||
|
||||
setup_lpp();
|
||||
store_ipl_parmblock();
|
||||
uv_query_info();
|
||||
setup_boot_command_line();
|
||||
parse_boot_command_line();
|
||||
|
||||
/*
|
||||
* Non-randomized kernel physical start address must be _SEGMENT_SIZE
|
||||
|
|
@ -430,12 +434,8 @@ void startup_kernel(void)
|
|||
oldmem_data.start = parmarea.oldmem_base;
|
||||
oldmem_data.size = parmarea.oldmem_size;
|
||||
|
||||
store_ipl_parmblock();
|
||||
read_ipl_report();
|
||||
uv_query_info();
|
||||
sclp_early_read_info();
|
||||
setup_boot_command_line();
|
||||
parse_boot_command_line();
|
||||
detect_facilities();
|
||||
cmma_init();
|
||||
sanitize_prot_virt_host();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user