]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[S390] Initialize sclp_ipl_info
authorMichael Holzheu <holzheu@de.ibm.com>
Sat, 26 Jan 2008 13:11:15 +0000 (14:11 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Sat, 26 Jan 2008 13:11:22 +0000 (14:11 +0100)
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>
arch/s390/kernel/ipl.c

index e3b9c6cc3aeca8ead3f725b494307be8e6cf9979..14bdde9def40b31e221a4c912dedc9dab713c200 100644 (file)
@@ -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;