summaryrefslogtreecommitdiff
path: root/arch/s390
diff options
context:
space:
mode:
authorMichael Holzheu <holzheu@de.ibm.com>2008-01-26 14:11:15 +0100
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2008-01-26 14:11:22 +0100
commitd09293aee9fd0f9f291fa3a0e4ca5012f514d083 (patch)
tree30212f63e610c95584deec948dfa95d6d126d6e5 /arch/s390
parent1cb6bb4bbdfd7b6bbdd148c4a34c02066339806d (diff)
[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>
Diffstat (limited to 'arch/s390')
-rw-r--r--arch/s390/kernel/ipl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/kernel/ipl.c b/arch/s390/kernel/ipl.c
index e3b9c6cc3ae..14bdde9def4 100644
--- a/arch/s390/kernel/ipl.c
+++ b/arch/s390/kernel/ipl.c
@@ -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;