From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id B2EDADDF58 for ; Thu, 25 Jan 2007 14:41:29 +1100 (EST) Subject: Re: [PATCH 1/2] rename pSeries nvram functions From: Benjamin Herrenschmidt To: Nathan Lynch In-Reply-To: <20070125010010.GM16486@localdomain> References: <20070125001628.GH16486@localdomain> <1169686011.24996.18.camel@localhost.localdomain> <1169686046.24996.20.camel@localhost.localdomain> <20070125010010.GM16486@localdomain> Content-Type: text/plain Date: Thu, 25 Jan 2007 14:41:20 +1100 Message-Id: <1169696480.24996.40.camel@localhost.localdomain> Mime-Version: 1.0 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: , On Wed, 2007-01-24 at 19:00 -0600, Nathan Lynch wrote: > Benjamin Herrenschmidt wrote: > > On Thu, 2007-01-25 at 11:46 +1100, Benjamin Herrenschmidt wrote: > > > On Wed, 2007-01-24 at 18:16 -0600, Nathan Lynch wrote: > > > > The nvram support in the pSeries platform code is not really tied to > > > > the pSeries platform. This code is useful on other platforms that > > > > have the necessary firmware support. > > > > > > > > Change the "pSeries" prefixes on the nvram function names to "rtas" in > > > > preparation for moving this code to a platform-neutral location. > > > > > > > > Signed-off-by: Nathan Lynch > > > > > > Please, move them out of platform/pseries while at it, so you can also > > > merge with chrp nvram.c which is pretty much the same. > > > > Oh, missed that second patch of yours... good :-) Now we should see if > > we can fixup chrp too.. > > I'll look into it, though I might be hard-pressed to find a chrp > machine with which to test. I haev a couple, If you don't beat me, I'll have a look at doing the chrp bits next week. Ben.