Subject: Re: SIR Reset with todays sources
To: Eduardo Horvath <eeh@NetBSD.org>
From: Martin Husemann <martin@duskware.de>
List: port-sparc64
Date: 03/28/2007 01:14:46
On Tue, Mar 27, 2007 at 10:52:33PM +0000, Eduardo Horvath wrote:
> I don't follow that.

I guess what I was trying to make sure I understood correctly is: if cache
has a matching VA, but MMU has no valid mapping, and our trap handling will
not add one - how does the cache compare PA?

Since this all happens in parallel, I guess the mmu fault trap will happen,
and we will not retry the instruction, but send a sigsegv to the process.


Martin