alc 65dfab2053 MFamd64
When a superpage promotion occurs, the page table page that the superpage
  mapping replaces is added to an ordered collection of page table pages.
  Rather than preserving the code that implements the splay tree of pages
  in the pmap for just this one purpose, use the new MI radix tree.  The
  extra overhead of using a radix tree for this purpose is small enough,
  about 4% added run-time to pmap_promote_pde(), that I don't see the point
  of preserving the splay tree code.

Sponsored by:	EMC / Isilon Storage Division
2013-03-12 03:48:05 +00:00
..
2012-09-14 21:59:55 +00:00
2012-05-18 18:55:58 +00:00
MFC
2011-05-09 18:53:13 +00:00
2012-08-01 17:24:53 +00:00
2012-05-24 22:00:48 +00:00
2012-05-18 18:55:58 +00:00
2012-07-21 21:52:48 +00:00
2012-01-15 13:23:18 +00:00
2012-07-26 09:11:37 +00:00
2013-03-12 03:48:05 +00:00
2012-03-28 20:58:30 +00:00