Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761232AbXINDab (ORCPT ); Thu, 13 Sep 2007 23:30:31 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751522AbXINDaW (ORCPT ); Thu, 13 Sep 2007 23:30:22 -0400 Received: from smtp.ocgnet.org ([64.20.243.3]:60871 "EHLO smtp.ocgnet.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751285AbXINDaV (ORCPT ); Thu, 13 Sep 2007 23:30:21 -0400 Date: Fri, 14 Sep 2007 12:30:05 +0900 From: Paul Mundt To: Bernhard Walle Cc: kexec@lists.infradead.org, linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, linuxsh-dev@lists.sourceforge.net Subject: Re: [patch 6/7] Use extended crashkernel command line on sh Message-ID: <20070914033005.GA3445@linux-sh.org> Mail-Followup-To: Paul Mundt , Bernhard Walle , kexec@lists.infradead.org, linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, linuxsh-dev@lists.sourceforge.net References: <20070913161428.343951643@strauss.suse.de> <20070913161430.416849478@strauss.suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070913161430.416849478@strauss.suse.de> User-Agent: Mutt/1.5.13 (2006-08-11) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1038 Lines: 23 On Thu, Sep 13, 2007 at 06:14:34PM +0200, Bernhard Walle wrote: > This patch removes the crashkernel parsing from arch/sh/kernel/machine_kexec.c > and calls the generic function, introduced in the generic patch, in > setup_bootmem_allocator(). > > This is necessary because the amount of System RAM must be known in this > function now because of the new syntax. > > NOTE: Due to the lack of a SH processor, this patch is untested (and > uncompiled). Because the code in that area is quite similar as i386/x86_64 > (contrary to PPC and IA64), it should compile and work. However, if someone of > the SH people could test for me and provide feedback, that would be very nice. > > Signed-off-by: Bernhard Walle > Works fine on SH. Acked-by: Paul Mundt - 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/