Subject: Re: New kinetic figures
To: Neil A. Carson <neil@causality.com>
From: Bill Sommerfeld <sommerfeld@orchard.arlington.ma.us>
List: port-arm32
Date: 02/09/2001 22:50:11
> The problem is still multiple calls to pmap_remove however
> - one for each mapped segment in the pmap AFAIR. 

To help batch up TLB shootdown traffic Jason and I have discussed
changing the pmap API to allow it to defer/batch up shootdowns/cache
invalidations/etc. until a subsequent "sync"-like call.  That sort of
change would clearly help here as well...

					- Bill