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 6033C67B8F for ; Fri, 20 Oct 2006 12:35:46 +1000 (EST) Date: Thu, 19 Oct 2006 21:35:10 -0500 From: Olof Johansson To: Benjamin Herrenschmidt Subject: Re: [PATCH 2/5] powerpc: support nested cpu features Message-ID: <20061019213510.56617fff@pb15> In-Reply-To: <1161308836.10524.109.camel@localhost.localdomain> References: <1161308836.10524.109.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: linuxppc-dev list , Paul Mackerras List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 20 Oct 2006 11:47:16 +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