]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- remove restriction on OFW kernel allocations being 4M
authorKip Macy <kmacy@FreeBSD.org>
Sat, 9 Dec 2006 05:22:22 +0000 (05:22 +0000)
committerKip Macy <kmacy@FreeBSD.org>
Sat, 9 Dec 2006 05:22:22 +0000 (05:22 +0000)
commit76cb7acf30be0e0e4d00098a1fa7aa58de76d659
treed913df9b6afb2948f0a4f4e539b7b359f9fc6b4b
parentfea218d5e0e114438bf33eb523d9797e2c3a4f19
- remove restriction on OFW kernel allocations being 4M
- shuffle memory range following kernel to the beginning of phys_avail
- have the direct area use 256MB pages where possible
- remove dead code from the end of pmap_bootstrap
- have pmap_alloc_contig_pages check all memory ranges in phys_avail before
  giving up

- informal benchmarking indicates a ~5% speedup on buildworld
sys/sun4v/sun4v/pmap.c