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 0846BDDED7 for ; Thu, 22 Nov 2007 07:05:47 +1100 (EST) Subject: Re: [RFC/PATCH 5/14] powerpc: Fix 440/440A machine check handling From: Benjamin Herrenschmidt To: Josh Boyer In-Reply-To: <20071121135109.73b9e98f@weaponx> References: <1195625777.579001.269266058699.qpush@grosgo> <20071121061714.0AB82DEAF1@ozlabs.org> <20071121071240.141d2917@weaponx> <1195674530.6970.86.camel@pasglop> <20071121135109.73b9e98f@weaponx> Content-Type: text/plain Date: Thu, 22 Nov 2007 07:05:25 +1100 Message-Id: <1195675525.6970.100.camel@pasglop> Mime-Version: 1.0 Cc: linuxppc-dev@ozlabs.org Reply-To: benh@kernel.crashing.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 2007-11-21 at 13:51 -0600, Josh Boyer wrote: > > Hrm... it's per processor, not per board. I didn't feel like digging > > which board uses which processor and go fixup all the ppc_md's > > Sounds like something a generic function could probe for from the DTS. > I'll look at doing something here when I start making 44x > multiplatform > (soon). Well... we already probe the CPU type.... from cputable. So if there was a place to put that, it would be the cputable. Ben.