cvs commit: src/sys/sun4v/sun4v pmap.c
Kip Macy
kmacy at FreeBSD.org
Fri Dec 8 21:22:23 PST 2006
kmacy 2006-12-09 05:22:22 UTC
FreeBSD src repository
Modified files:
sys/sun4v/sun4v pmap.c
Log:
- 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
Revision Changes Path
1.19 +99 -54 src/sys/sun4v/sun4v/pmap.c
More information about the cvs-src
mailing list