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 78F5ADDE17 for ; Fri, 28 Sep 2007 19:38:32 +1000 (EST) In-Reply-To: <20070927183855.GA18226@loki.buserror.net> References: <20070927183855.GA18226@loki.buserror.net> Mime-Version: 1.0 (Apple Message framework v623) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <6e14366ddae3dc1beb232269b4f24b09@kernel.crashing.org> From: Segher Boessenkool Subject: Re: [PATCH v4] Make instruction dumping work in real mode. Date: Fri, 28 Sep 2007 11:37:50 +0200 To: Scott Wood Cc: linuxppc-dev@ozlabs.org, paulus@samba.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > On non-book-E-or-4xx, exceptions execute in real mode. If a fault > happens > that leads to a register dump, the kernel currently prints XXXXXXXX > because > it doesn't realize that PC is a physical address. > > This patch checks the state of the IMMU, and if necessary converts PC > into a > virtual address. > > Signed-off-by: Scott Wood > --- > OK, just CONFIG_BOOKE this time. :-P You forgot to fix the commit message ;-P Segher