diff options
author | Michael Holzheu <holzheu@de.ibm.com> | 2008-01-26 08:11:15 -0500 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2008-01-26 08:11:22 -0500 |
commit | d09293aee9fd0f9f291fa3a0e4ca5012f514d083 (patch) | |
tree | 30212f63e610c95584deec948dfa95d6d126d6e5 /arch/s390/kernel | |
parent | 1cb6bb4bbdfd7b6bbdd148c4a34c02066339806d (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/kernel')
-rw-r--r-- | arch/s390/kernel/ipl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/kernel/ipl.c b/arch/s390/kernel/ipl.c index e3b9c6cc3aec..14bdde9def40 100644 --- a/arch/s390/kernel/ipl.c +++ b/arch/s390/kernel/ipl.c | |||
@@ -1287,6 +1287,7 @@ static void __init shutdown_actions_init(void) | |||
1287 | static int __init s390_ipl_init(void) | 1287 | static int __init s390_ipl_init(void) |
1288 | { | 1288 | { |
1289 | reipl_probe(); | 1289 | reipl_probe(); |
1290 | sclp_get_ipl_info(&sclp_ipl_info); | ||
1290 | shutdown_actions_init(); | 1291 | shutdown_actions_init(); |
1291 | shutdown_triggers_init(); | 1292 | shutdown_triggers_init(); |
1292 | return 0; | 1293 | return 0; |