浏览代码

[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: Michael Holzheu <holzheu@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Michael Holzheu 17 年之前
父节点
当前提交
d09293aee9
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      arch/s390/kernel/ipl.c

+ 1 - 0
arch/s390/kernel/ipl.c

@@ -1287,6 +1287,7 @@ static void __init shutdown_actions_init(void)
 static int __init s390_ipl_init(void)
 static int __init s390_ipl_init(void)
 {
 {
 	reipl_probe();
 	reipl_probe();
+	sclp_get_ipl_info(&sclp_ipl_info);
 	shutdown_actions_init();
 	shutdown_actions_init();
 	shutdown_triggers_init();
 	shutdown_triggers_init();
 	return 0;
 	return 0;