]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- separate out rounding memory ranges to 4M boundaries from OFW memory allocation...
authorkmacy <kmacy@FreeBSD.org>
Mon, 4 Dec 2006 19:35:40 +0000 (19:35 +0000)
committerkmacy <kmacy@FreeBSD.org>
Mon, 4 Dec 2006 19:35:40 +0000 (19:35 +0000)
commit0c7f6dfbd922fd6bcea7435176aef45c263ee99a
tree23376d21eed357dee3d9fc8338f6a377b5543ad6
parent6f9b2bd1bcb0eaed5ce209c276fe274005837720
- separate out rounding memory ranges to 4M boundaries from OFW memory allocation bug workaround
- create real_phys_avail which includes all memory ranges to be added to the direct map
- merge in nucleus memory to real_phys_avail
- distinguish between tag VA and index VA in tsb_set_tte_real for cases where page_size != index_page_size
- clean up direct map loop
sys/sun4v/include/tsb.h
sys/sun4v/sun4v/pmap.c
sys/sun4v/sun4v/tsb.c