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 0CAABDDFF5 for ; Sat, 16 Jun 2007 06:36:35 +1000 (EST) Date: Fri, 15 Jun 2007 15:44:22 -0500 To: Roland Dreier Subject: Re: [PATCH] [POWERPC] Add cputable entry for PowerPC 440SPe Rev. B Message-ID: <20070615204422.GA4617@lixom.net> References: <18034.6787.951861.623265@cargo.ozlabs.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: From: olof@lixom.net (Olof Johansson) Cc: linuxppc-dev@ozlabs.org, Paul Mackerras List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi, On Fri, Jun 15, 2007 at 12:36:32PM -0700, Roland Dreier wrote: > When adding the cputable entry for 440SPe Rev. B, we also need to > adjust the existing entries for 440SP Rev. A and 440SPe Rev. B so that > they look more bits of the PVR. The 440SPe Rev. B has PVR 53421891, > which would match the current 440SP Rev. A pattern of 53xxx891. To > distinguish between 440SP and 440SPe, we need to use the first three > digits of the PVR, which are respectively 532 and 534. I can see why you need to distinguish between 440SP and SPe, but do you really need separate cputable entries for rev A and B? Revisions are normally reported separately and the cputable entries look identical? -Olof