Subject: Re: CVS commit: syssrc/sys/arch
To: Jason R Thorpe <thorpej@netbsd.org>
From: Reinoud Zandijk <reinoud@netbsd.org>
List: source-changes
Date: 02/22/2002 21:19:31
On Fri, Feb 22, 2002 at 06:49:23AM +0200, Jason R Thorpe wrote:

> NOTE: IT IS EXTREMELY IMPORTANT THAT THE CORRECT VIRTUAL ADDRESS
> BE PROVIDED TO pmap_map_entry()!  Notably, the code that mapped
> the kernel L2 tables into the kernel PT mapping L2 table were not
> passing actual virtual addresses, but rather offsets into the range
> mapped by the L2 table.  I have fixed up all of these call sites,
> and tested the resulting kernel on both an IQ80310 and a Shark.
> Other portmasters should examine their pmap_map_entry() calls if
> their new kernels fail.

Well from sources cvs'ed after this change i've build a snapshot again and 
the kernel in that snapshot works fine in multi-user ... no weird things 
yet found!

thanks
Reinoud