Subject: pmap trivia..
To: None <tech-kern@netbsd.org>
From: Bill Sommerfeld <sommerfeld@netbsd.org>
List: tech-kern
Date: 04/20/2001 21:28:51
Just observed that:

1) pmap_kenter_pgs is currently called only from machine-dependant
code on a few ports.

2) the only callers of pmap_kenter_pgs that I can find in MD code only
pass in a single page at a time.

						- Bill