2007-12-20 15:35:51

by Martin Schwidefsky

[permalink] [raw]
Subject: [patch 37/47] Initialize sclp_ipl_info

From: Michael Holzheu <[email protected]>

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 file changed, 1 insertion(+)

Index: quilt-2.6/arch/s390/kernel/ipl.c
===================================================================
--- quilt-2.6.orig/arch/s390/kernel/ipl.c
+++ quilt-2.6/arch/s390/kernel/ipl.c
@@ -1262,6 +1262,7 @@ static void __init shutdown_actions_init
static int __init s390_ipl_init(void)
{
reipl_probe();
+ sclp_get_ipl_info(&sclp_ipl_info);
shutdown_actions_init();
shutdown_triggers_init();
return 0;

--
blue skies,
Martin.

"Reality continues to ruin my life." - Calvin.