From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936484AbXLTPfv (ORCPT ); Thu, 20 Dec 2007 10:35:51 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S934015AbXLTPWV (ORCPT ); Thu, 20 Dec 2007 10:22:21 -0500 Received: from mtagate1.de.ibm.com ([195.212.29.150]:61357 "EHLO mtagate1.de.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933445AbXLTPVN (ORCPT ); Thu, 20 Dec 2007 10:21:13 -0500 Message-Id: <20071220152111.146895069@de.ibm.com> References: <20071220151925.405881218@de.ibm.com> User-Agent: quilt/0.46-1 Date: Thu, 20 Dec 2007 16:20:02 +0100 From: Martin Schwidefsky To: linux-kernel@vger.kernel.org, linux-s390@vger.kernel.org Cc: Michael Holzheu , Martin Schwidefsky Subject: [patch 37/47] Initialize sclp_ipl_info Content-Disposition: inline; filename=136-sclp-ipl-info.diff Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Michael Holzheu 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 Signed-off-by: Martin Schwidefsky --- 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.