Subject: Re: sun3 problem found (pmap_enter() bashed)
To: Gordon W. Ross <gwr@netbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: tech-kern
Date: 04/07/1999 11:07:28
On Apr 7, 10:11am, gwr@netbsd.org ("Gordon W. Ross") wrote:
-- Subject: Re: sun3 problem found (pmap_enter() bashed)

| It has nothing to do with the extra arg (note diff dates).
| The pmap_enter calls were correct for the day.
| 
| What happened is that this line was removed: (on Mar 27)
| 	pa = pmap_extract(kpmap, fva);
| which left pa uninitialized.
| 

Ok, now I see.

christos