Subject: Re: SIR Reset with todays sources
To: Tobias Nygren <tnn+nbsd@nygren.pp.se>
From: Martin Husemann <martin@duskware.de>
List: port-sparc64
Date: 03/25/2007 20:59:31
On Sun, Mar 25, 2007 at 06:09:45PM +0200, Juergen Hannken-Illjes wrote:
> Does it make sense here?

Yes, and in prinicple there is a missing membar_sync() after the two
stxas in pmap.c - but that does not fix the problem.

But changing the one in pmap_remove_all to set the secondary context to
-1 instead of 0 does the trick.

Martin