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 E1DAFDDE39 for ; Tue, 25 Sep 2007 06:56:11 +1000 (EST) Subject: Re: Sequoia kernel crash workaround. From: Benjamin Herrenschmidt To: Valentine Barshak In-Reply-To: <46F79305.9050300@ru.mvista.com> References: <46F16CC9.3010003@ru.mvista.com> <200709192119.48259.sr@denx.de> <20070919193024.GA28163@lixom.net> <20070919150818.3fecc1bc@weaponx.rchland.ibm.com> <46F2A640.1000802@ru.mvista.com> <20070920172506.GA16354@lixom.net> <20070920122919.32dd8061@weaponx.rchland.ibm.com> <1190535664.3723.16.camel@localhost.localdomain> <46F79305.9050300@ru.mvista.com> Content-Type: text/plain Date: Tue, 25 Sep 2007 06:55:50 +1000 Message-Id: <1190667350.6886.59.camel@localhost.localdomain> Mime-Version: 1.0 Cc: linuxppc-dev@ozlabs.org, Olof Johansson , Josh Boyer , Stefan Roese , David Gibson List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, 2007-09-24 at 14:35 +0400, Valentine Barshak wrote: > > From what I've seen, setup_cpu is never called for BOOKE. > Currently It's called from cputable.c for PPC64 and from head_32.S for > 6xx. > Thanks, Right. We need to fix/converge some of these but it's not totally trivial. Ben.