Date: Thu, 19 Mar 2009 14:15:11 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/sparc64/include asi.h tlb.h src/sys/sparc64/sparc64 cheetah.c genassym.c pmap.c swtch.S Message-ID: <200903191415.n2JEFGl8067316@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marius 2009-03-19 14:15:11 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/sparc64/include asi.h tlb.h sys/sparc64/sparc64 cheetah.c genassym.c pmap.c swtch.S Log: SVN rev 190055 on 2009-03-19 14:15:11Z by marius MFC: r182878 For cheetah-class CPUs ensure that the dt512_0 is set to hold 8k pages for all three contexts and configure the dt512_1 to hold 4MB pages for them (e.g. for direct mappings). This might allow for additional optimization by using the faulting page sizes provided by AA_DMMU_TAG_ACCESS_EXT for bypassing the page size walker for the dt512 in the superpage support code. Submitted by: nwhitehorn (initial patch) Revision Changes Path 1.12.2.2 +1 -0 src/sys/sparc64/include/asi.h 1.26.22.2 +29 -2 src/sys/sparc64/include/tlb.h 1.5.20.5 +20 -0 src/sys/sparc64/sparc64/cheetah.c 1.70.2.4 +1 -0 src/sys/sparc64/sparc64/genassym.c 1.166.2.8 +4 -3 src/sys/sparc64/sparc64/pmap.c 1.34.2.3 +4 -0 src/sys/sparc64/sparc64/swtch.S
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903191415.n2JEFGl8067316>