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 34FAADDEC3 for ; Tue, 11 Dec 2007 11:30:12 +1100 (EST) Subject: Re: [PATCH] powerpc: Update smu command definitions From: Benjamin Herrenschmidt To: Paul Mackerras In-Reply-To: <20071211001849.38E70DDECF@ozlabs.org> References: <20071211001849.38E70DDECF@ozlabs.org> Content-Type: text/plain Date: Tue, 11 Dec 2007 11:30:00 +1100 Message-Id: <1197333000.9071.21.camel@pasglop> Mime-Version: 1.0 Cc: linuxppc-dev@ozlabs.org Reply-To: benh@kernel.crashing.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 2007-12-11 at 11:18 +1100, Benjamin Herrenschmidt wrote: > From: Michael Hanselmann > > This patch updates smu.h with several new commands and parameter > descriptions for existing ones. > > Signed-off-by: Michael Hanselmann > Signed-off-by: Benjamin Herrenschmidt > > --- Note that this patch has been around for a looooong time. For some reason, it fell through the cracks but since it's really only documentation (well, adding #defines for new commands and additional comments, there is no actual code change), I think it's safe to go in .24. Cheers, Ben.