Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754678AbZDWLtw (ORCPT ); Thu, 23 Apr 2009 07:49:52 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756538AbZDWLsn (ORCPT ); Thu, 23 Apr 2009 07:48:43 -0400 Received: from mtagate8.de.ibm.com ([195.212.29.157]:48893 "EHLO mtagate8.de.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753319AbZDWLsm (ORCPT ); Thu, 23 Apr 2009 07:48:42 -0400 Message-Id: <20090423114725.022249915@de.ibm.com> References: <20090423114638.865214111@de.ibm.com> User-Agent: quilt/0.46-1 Date: Thu, 23 Apr 2009 13:46:39 +0200 From: Martin Schwidefsky To: linux-kernel@vger.kernel.org, linux-s390@vger.kernel.org Cc: Heiko Carstens , Martin Schwidefsky Subject: [patch 1/6] ipl: fix compile breakage Content-Disposition: inline; filename=001-ipl-compile-breakage.diff Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1133 Lines: 39 From: Heiko Carstens Fix this for !CONFIG_SMP: arch/s390/kernel/ipl.c: In function 'stop_run': arch/s390/kernel/ipl.c:1461: error: implicit declaration of function 'signal_processor' Reported-by: Sachin Sant Signed-off-by: Heiko Carstens 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 @@ -23,6 +23,7 @@ #include #include #include +#include #include #define IPL_PARM_BLOCK_VERSION 0 -- blue skies, Martin. "Reality continues to ruin my life." - Calvin. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/