From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from e32.co.us.ibm.com ([32.97.110.150]) by canuck.infradead.org with esmtps (Exim 4.72 #1 (Red Hat Linux)) id 1QAq8Y-0001l5-5O for kexec@lists.infradead.org; Fri, 15 Apr 2011 21:01:10 +0000 Received: from d03relay03.boulder.ibm.com (d03relay03.boulder.ibm.com [9.17.195.228]) by e32.co.us.ibm.com (8.14.4/8.13.1) with ESMTP id p3FKo0c1008627 for ; Fri, 15 Apr 2011 14:50:00 -0600 Received: from d03av04.boulder.ibm.com (d03av04.boulder.ibm.com [9.17.195.170]) by d03relay03.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p3FL11qb103378 for ; Fri, 15 Apr 2011 15:01:01 -0600 Received: from d03av04.boulder.ibm.com (loopback [127.0.0.1]) by d03av04.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p3FL1067029236 for ; Fri, 15 Apr 2011 15:01:00 -0600 Date: Fri, 15 Apr 2011 14:00:51 -0700 From: Nishanth Aravamudan Subject: Re: [PATCH] powerpc: Fix kexec-related UP build error Message-ID: <20110415210051.GA31245@us.ibm.com> References: <20110415202916.GA6758@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20110415202916.GA6758@linux.vnet.ibm.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: kexec-bounces@lists.infradead.org Errors-To: kexec-bounces+dwmw2=twosheds.infradead.org@lists.infradead.org To: "Paul E. McKenney" Cc: paulus@samba.org, linuxppc-dev@lists.ozlabs.org, ebiederm@xmission.com, kexec@lists.infradead.org, linux-kernel@vger.kernel.org Hi Paul, On 15.04.2011 [13:29:16 -0700], Paul E. McKenney wrote: > Hello! > > The following patch fixes a UP build problem for kexec() on powerpc. > When the crash_kexec_wait_realmode() function was added, it was > placed in only two of the three required locations. I believe the fix has already been posted as http://lists.ozlabs.org/pipermail/linuxppc-dev/2011-April/089559.html Thanks, Nish _______________________________________________ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from e1.ny.us.ibm.com (e1.ny.us.ibm.com [32.97.182.141]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "e1.ny.us.ibm.com", Issuer "Equifax" (verified OK)) by ozlabs.org (Postfix) with ESMTPS id 26E7BB6EED for ; Sat, 16 Apr 2011 07:01:37 +1000 (EST) Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by e1.ny.us.ibm.com (8.14.4/8.13.1) with ESMTP id p3FKp0oG002368 for ; Fri, 15 Apr 2011 16:51:00 -0400 Received: from d03av04.boulder.ibm.com (d03av04.boulder.ibm.com [9.17.195.170]) by d01relay04.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p3FL11Xa166762 for ; Fri, 15 Apr 2011 17:01:06 -0400 Received: from d03av04.boulder.ibm.com (loopback [127.0.0.1]) by d03av04.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p3FL1069029236 for ; Fri, 15 Apr 2011 15:01:01 -0600 Date: Fri, 15 Apr 2011 14:00:51 -0700 From: Nishanth Aravamudan To: "Paul E. McKenney" Subject: Re: [PATCH] powerpc: Fix kexec-related UP build error Message-ID: <20110415210051.GA31245@us.ibm.com> References: <20110415202916.GA6758@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20110415202916.GA6758@linux.vnet.ibm.com> Cc: paulus@samba.org, linuxppc-dev@lists.ozlabs.org, ebiederm@xmission.com, kexec@lists.infradead.org, linux-kernel@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi Paul, On 15.04.2011 [13:29:16 -0700], Paul E. McKenney wrote: > Hello! > > The following patch fixes a UP build problem for kexec() on powerpc. > When the crash_kexec_wait_realmode() function was added, it was > placed in only two of the three required locations. I believe the fix has already been posted as http://lists.ozlabs.org/pipermail/linuxppc-dev/2011-April/089559.html Thanks, Nish From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756993Ab1DOVBL (ORCPT ); Fri, 15 Apr 2011 17:01:11 -0400 Received: from e39.co.us.ibm.com ([32.97.110.160]:46283 "EHLO e39.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756893Ab1DOVBJ (ORCPT ); Fri, 15 Apr 2011 17:01:09 -0400 Date: Fri, 15 Apr 2011 14:00:51 -0700 From: Nishanth Aravamudan To: "Paul E. McKenney" Cc: linuxppc-dev@lists.ozlabs.org, ebiederm@xmission.com, paulus@samba.org, linux-kernel@vger.kernel.org, kexec@lists.infradead.org Subject: Re: [PATCH] powerpc: Fix kexec-related UP build error Message-ID: <20110415210051.GA31245@us.ibm.com> References: <20110415202916.GA6758@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110415202916.GA6758@linux.vnet.ibm.com> X-Operating-System: Linux 2.6.38.2-9.fc15.x86_64 (x86_64) User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Paul, On 15.04.2011 [13:29:16 -0700], Paul E. McKenney wrote: > Hello! > > The following patch fixes a UP build problem for kexec() on powerpc. > When the crash_kexec_wait_realmode() function was added, it was > placed in only two of the three required locations. I believe the fix has already been posted as http://lists.ozlabs.org/pipermail/linuxppc-dev/2011-April/089559.html Thanks, Nish