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 070E767C5D for ; Fri, 13 Oct 2006 00:48:29 +1000 (EST) Subject: Re: [PATCH 4/4] powerpc: Cell timebase workaround From: Benjamin Herrenschmidt To: Olof Johansson In-Reply-To: <20061012091455.6409046e@localhost.localdomain> References: <1160641804.4792.136.camel@localhost.localdomain> <20061012091455.6409046e@localhost.localdomain> Content-Type: text/plain Date: Fri, 13 Oct 2006 00:48:21 +1000 Message-Id: <1160664501.4792.149.camel@localhost.localdomain> Mime-Version: 1.0 Cc: linuxppc-dev list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > The above is a bit obfuscated. Please make the MFTB() macro use the > nested version of the feature definitions, and let the surrounding code > use the base one. Otherwise it will be really easy to mix them up by > mistake, there's no exposure at the time of MFTB() usage that it uses > feature labels. Yup, I was thinking about doing that at one point and it slipped out of my mind. Thanks for reminding me :) Cheers, Ben.