From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.lixom.net (lixom.net [66.141.50.11]) by ozlabs.org (Postfix) with ESMTP id DF0A967C67 for ; Sat, 14 Oct 2006 12:13:02 +1000 (EST) Date: Fri, 13 Oct 2006 21:12:27 -0500 From: Olof Johansson To: Benjamin Herrenschmidt Subject: Re: [PATCH 2/5] powerpc: support nested cpu features Message-ID: <20061013211227.6ae2c3dc@pb15> In-Reply-To: <1160726664.4792.223.camel@localhost.localdomain> References: <1160726664.4792.223.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: linuxppc-dev list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 13 Oct 2006 18:04:24 +1000 Benjamin Herrenschmidt wrote: > This patch adds some macros that can be used with an explicit label in > order to nest cpu features. This should be used very careful but is > necessary for the upcoming cell TB fixup. > > Signed-off-by: Benjamin Herrenschmidt Acked-by: Olof Johansson