summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2013-03-12 02:12:47 +0000
committeralc <alc@FreeBSD.org>2013-03-12 02:12:47 +0000
commit7c12a136b676a1bb8b9f1e7b36218bdc122cf2a7 (patch)
treeb7950ee2e4a9ed8e3f1cae5550cbd94aa458e898 /lib/libc
parent32a3275e771047e681f39d6bb4f4a64b6450c89d (diff)
downloadFreeBSD-src-7c12a136b676a1bb8b9f1e7b36218bdc122cf2a7.zip
FreeBSD-src-7c12a136b676a1bb8b9f1e7b36218bdc122cf2a7.tar.gz
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.
Diffstat (limited to 'lib/libc')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud