Date: Mon, 4 Dec 2006 19:35:40 +0000 (UTC) From: Kip Macy <kmacy@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sun4v/sun4v pmap.c tsb.c src/sys/sun4v/include tsb.h Message-ID: <200612041935.kB4JZemA002465@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kmacy 2006-12-04 19:35:40 UTC FreeBSD src repository Modified files: sys/sun4v/sun4v tsb.c pmap.c sys/sun4v/include tsb.h Log: - 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 Revision Changes Path 1.4 +2 -1 src/sys/sun4v/include/tsb.h 1.18 +65 -40 src/sys/sun4v/sun4v/pmap.c 1.6 +6 -5 src/sys/sun4v/sun4v/tsb.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612041935.kB4JZemA002465>