From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-in-02.arcor-online.net (mail-in-02.arcor-online.net [151.189.21.42]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx.arcor.de", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTP id 849A0DE18D for ; Thu, 25 Jan 2007 11:57:43 +1100 (EST) In-Reply-To: <20070125001843.GI16486@localdomain> References: <20070125001843.GI16486@localdomain> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <5FE26120-8464-4431-8F0D-EEBB4B896419@kernel.crashing.org> From: Segher Boessenkool Subject: Re: [PATCH 2/2] move pSeries nvram code to neutral location Date: Thu, 25 Jan 2007 01:57:27 +0100 To: Nathan Lynch Cc: linuxppc-dev@ozlabs.org, Paul Mackerras List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > Move arch/powerpc/platforms/pseries/nvram.c to > arch/powerpc/sysdev/rtas_nvram.c so other platforms with RTAS support > for manipulating nvram can use it. > > Add a RTAS_NVRAM Kconfig option which triggers the build of > arch/powerpc/sysdev/rtas_nvram.o. > > Select RTAS_NVRAM for pSeries and Maple platforms. The patch seems to select it for pSeries and iSeries, instead? > Signed-off-by: Nathan Lynch > +config RTAS_NVRAM > + bool > + default n No need for "default n", all defaults are "n" by default ;-) > --- a/arch/powerpc/platforms/pseries/nvram.c > +++ /dev/null > --- /dev/null > +++ b/arch/powerpc/sysdev/rtas_nvram.c You can do a "git diff -M" -- that way, we can see that you're not trying to sneak in any changes ;-) (and it makes you patch much more legible and smaller, too). Looks good otherwise, thanks! Segher