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 9248767A0E for ; Thu, 8 Jun 2006 10:26:14 +1000 (EST) Subject: Re: [PATCH] powerpc: Fix cell blade detection From: Benjamin Herrenschmidt To: Segher Boessenkool In-Reply-To: <3EB64128-691F-4DB9-922E-C60CE739168F@kernel.crashing.org> References: <1149645858.27572.93.camel@localhost.localdomain> <3EB64128-691F-4DB9-922E-C60CE739168F@kernel.crashing.org> Content-Type: text/plain Date: Thu, 08 Jun 2006 10:26:02 +1000 Message-Id: <1149726362.23790.3.camel@localhost.localdomain> Mime-Version: 1.0 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 Thu, 2006-06-08 at 01:09 +0200, Segher Boessenkool wrote: > > +#ifdef CONFIG_PPC64 > > + /* We must make sure we don't detect the IBM Cell > > + * blades as pSeries due to some firmware issues, > > + * so we do it here. > > + */ > > Is this #ifdef needed? Do we really care about 22 bytes of rodata? For 32 bits platforms, yes :) Ben.