[PATCH v3] Make instruction dumping work in real mode.

Kumar Gala galak at kernel.crashing.org
Fri Sep 28 04:02:43 EST 2007


On Sep 27, 2007, at 1:00 PM, Scott Wood wrote:

> 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 <scottwood at freescale.com>

44x is Book-e :)

all you need is a ifndef CONFIG_BOOKE.

- k




More information about the Linuxppc-dev mailing list