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 68670DE0AE for ; Thu, 25 Jan 2007 11:47:33 +1100 (EST) Subject: Re: [PATCH 1/2] rename pSeries nvram functions From: Benjamin Herrenschmidt To: Nathan Lynch In-Reply-To: <1169686011.24996.18.camel@localhost.localdomain> References: <20070125001628.GH16486@localdomain> <1169686011.24996.18.camel@localhost.localdomain> Content-Type: text/plain Date: Thu, 25 Jan 2007 11:47:26 +1100 Message-Id: <1169686046.24996.20.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 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.. Ben.