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

2007-09-27 Thread Grant Likely
On 9/27/07, Sergei Shtylyov <[EMAIL PROTECTED]> wrote: > Hello. > > 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 because > > it doesn't realize that PC is a physical address

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

2007-09-27 Thread Sergei Shtylyov
Hello. 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 because > it doesn't realize that PC is a physical address. > This patch checks the state of the IMMU, and if necessary conv

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

2007-09-27 Thread Kumar Gala
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 > because > it doesn't realize that PC is a physical address. > > This patch checks the state of