Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d09293aee9fd0f9f291fa3a0e4ca5012f514d083
Commit:     d09293aee9fd0f9f291fa3a0e4ca5012f514d083
Parent:     1cb6bb4bbdfd7b6bbdd148c4a34c02066339806d
Author:     Michael Holzheu <[EMAIL PROTECTED]>
AuthorDate: Sat Jan 26 14:11:15 2008 +0100
Committer:  Martin Schwidefsky <[EMAIL PROTECTED]>
CommitDate: Sat Jan 26 14:11:22 2008 +0100

    [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 <[EMAIL PROTECTED]>
    Signed-off-by: Martin Schwidefsky <[EMAIL PROTECTED]>
---
 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 e3b9c6c..14bdde9 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;
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to