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 3A1F6679A6 for ; Sat, 15 Apr 2006 06:26:00 +1000 (EST) Date: Fri, 14 Apr 2006 15:24:52 -0500 To: Paul Mackerras Subject: Re: 7447A strange problem with MSR:POW (WAS: can't boot 2.6.17-rc1) Message-ID: <20060414202452.GD24769@pb15.lixom.net> References: <1144408805.30891.42.camel@localhost.localdomain> <17463.9759.442768.685153@cargo.ozlabs.ibm.com> <1144923633.4935.11.camel@localhost.localdomain> <21F7D7D8-B9BC-44EB-B07B-F888D89DCF25@freescale.com> <17471.62187.774127.783000@cargo.ozlabs.ibm.com> <20060414195436.GC24769@pb15.lixom.net> <17472.984.760483.334447@cargo.ozlabs.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <17472.984.760483.334447@cargo.ozlabs.ibm.com> From: Olof Johansson Cc: Becky Bruce , Michael Schmitz , debian-powerpc@lists.debian.org, linuxppc-dev list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, Apr 14, 2006 at 01:19:36PM -0700, Paul Mackerras wrote: > Olof Johansson writes: > > > Where is cr0 set now -- you took the dot off of rlwinm? > > transfer_to_handler does mfspr r11,SPRN_HID0; mtcr r11 before jumping > to power_save_6xx_restore. The rlwinm. was wrong anyway since it was > setting cr0.eq based on all the *other* bits in HID0, not HID0_NAP > (doh!). Oh, right, you even updated the comment to reflect this. My bad. Patch looks good to me then. -Olof