]> www.infradead.org Git - users/dwmw2/linux.git/commit
s390/boot: Move command line parsing earlier
authorVasily Gorbik <gor@linux.ibm.com>
Wed, 11 Dec 2024 10:59:50 +0000 (11:59 +0100)
committerAlexander Gordeev <agordeev@linux.ibm.com>
Sun, 26 Jan 2025 16:24:02 +0000 (17:24 +0100)
commita56827e5a5fa02a5241eab7342f51c840d99ee15
treea4cf88c9e70a8166c21fd14619db5a4edf24f909
parent9688b17b4a3e608c35b22028e37641d3512faafe
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>
arch/s390/boot/startup.c