xen: lazy-mmu operations

This patch uses the lazy-mmu hooks to batch mmu operations where
possible.  This is primarily useful for batching operations applied to
active pagetables, which happens during mprotect, munmap, mremap and
the like (mmap does not do bulk pagetable operations, so it isn't
helped).

Signed-off-by: Jeremy Fitzhardinge <jeremy@xensource.com>
Acked-by: Chris Wright <chrisw@sous-sol.org>
This commit is contained in:
Jeremy Fitzhardinge 2007-07-17 18:37:06 -07:00 committed by Jeremy Fitzhardinge
commit d66bf8fcf3
3 changed files with 72 additions and 32 deletions