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 AC7F42BD6A for ; Sun, 19 Sep 2004 14:22:33 +1000 (EST) From: Benjamin Herrenschmidt To: Ken Moffat In-Reply-To: References: <1095465662.3660.3.camel@gaston> <1095502166.6545.5.camel@gaston> Content-Type: text/plain Message-Id: <1095567705.6670.9.camel@gaston> Mime-Version: 1.0 Date: Sun, 19 Sep 2004 14:21:45 +1000 Cc: linuxppc-dev@ozlabs.org Subject: Re: Problem with 745x errata in 2.6.8 List-Id: "Linux on PowerPC \(Including Embedded\) Developers Mail List" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Sat, 2004-09-18 at 21:36, Ken Moffat wrote: > On Sat, 18 Sep 2004, Benjamin Herrenschmidt wrote: > > > > > > this usage of PVR was, so at the moment I haven't got a clue about what > > > it contains or how to read it, but I guess that's where the values in > > > the cpu_sec struct come from so I'll start looking. Your comment on the > > > northbridge sounds depressingly likely. > > > > PVR is the Processor Version Register, indicates which CPU you have > > > > Ben. > > > Thanks, I'd already found that on google. First attempt to dump mine > into a printk is building - don't hold your breathe ;-) It's in /proc/cpuinfo ;) Ben.