From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-in-13.arcor-online.net (mail-in-13.arcor-online.net [151.189.21.53]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx.arcor.de", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTP id E5CE9DDF7B for ; Thu, 22 Mar 2007 23:36:45 +1100 (EST) In-Reply-To: <20070322113857.GA13547@lst.de> References: <20070315232956.37DAB353A6C@atlas.denx.de> <200703170909.13869.sr@denx.de> <200703171943.27465.sr@denx.de> <1174320799.5044.21.camel@localhost.localdomain> <582f77296616b0b85ff7533bb7fea05c@kernel.crashing.org> <1174506924.10836.2.camel@localhost.localdomain> <0e5aac2ffcd189dc51f59d5891b2366c@kernel.crashing.org> <20070322113857.GA13547@lst.de> Mime-Version: 1.0 (Apple Message framework v623) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <856c539083dbd89a6f71edfd46f502f0@kernel.crashing.org> From: Segher Boessenkool Subject: Re: [PATCH] [PPC32] ADMA support for PPC 440SPe processors. Date: Thu, 22 Mar 2007 13:36:39 +0100 To: Christoph Hellwig Cc: linux-raid@vger.kernel.org, Dan Williams , Stefan Roese , linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , >>>>> BTW folks. Would it be hard to change your spe_ prefixes to >>>>> something >>>>> else ? There's already enough confusion between the freescale SPE >>>>> unit >>>>> and the cell SPEs :-) >>>> >>>> Will you change _your_ prefixes too? :-) :-) >>> >>> Which ones ? I'm not in charge of the fsl spe thingy nor the spe >>> scheduler code :-) >> >> I meant the Cell code of course. > > Did you ever take a look at the cell code? Not often, no. I'm perfectly happy that I don't have to touch that. > The only place 'spe' > is used in a prefix are a handfull of hardware datatstructures and the > sony crap hypervisor hvcalls. Everything else uses spu_ as a prefix. That sounds nice. There are slightly fewer things called SPU than there are called SPE I imagine? Or is it just a historical misnomer. > But yeah, grep is hard and life is a bitch.. :) If I'm told there are all these other things in the kernel called spe_ I don't feel obliged to grep for it to check if this is really so. Maybe I shouldn't trust people that much, dunno. Segher