Subject: Re: MIPS32 24Kc port
To: Martin Husemann <martin@duskware.de>
From: Varadarajan Narayanan <1978nv@gmail.com>
List: port-mips
Date: 07/24/2007 16:17:07
> On Tue, Jul 24, 2007 at 09:31:36AM +0530, Varadarajan Narayanan wrote:
> > The PC, VA etc printed seem valid. What could be
> > missing?
>
> Could you give an example PC/VA?

BTW, i'm using "Netbsd 3.1"

TLB out of universe: ksp 0xc6681fc0 epc 0x801b93e4 vaddr 0xc0001000

(gdb) x/10x 0xc6681fc0
0xc6681fc0:     Cannot access memory at address 0xc6681fc0

(gdb) x/i 0x801b93e4
0x801b93e4 <_bus_dmamap_sync+8>:        sw      s2,24(sp)

I guess, the stack access has caused the issue.

The "epc" changes randomly ...