Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d09293ae authored by Michael Holzheu's avatar Michael Holzheu Committed by Martin Schwidefsky
Browse files

[S390] Initialize sclp_ipl_info



The sclp ipl information has not been initialized. Therefore the ipl loadparm
and the "has_dump" flag have not been set correctly.

Signed-off-by: default avatarMichael Holzheu <holzheu@de.ibm.com>
Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
parent 1cb6bb4b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1287,6 +1287,7 @@ static void __init shutdown_actions_init(void)
static int __init s390_ipl_init(void)
{
	reipl_probe();
	sclp_get_ipl_info(&sclp_ipl_info);
	shutdown_actions_init();
	shutdown_triggers_init();
	return 0;