Date: Wed, 31 Mar 2010 22:05:49 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/sparc64/sparc64 pmap.c Message-ID: <201003312206.o2VM68YP029379@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marius 2010-03-31 22:05:49 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
sys/sparc64/sparc64 pmap.c
Log:
SVN rev 206013 on 2010-03-31 22:05:49Z by marius
MFC: r205399
Improve the KVA space sizing of r186682; on machines with large dTLBs we
can actually use all of the available lockable entries of the tiny dTLB
for the kernel TSB. With this change the KVA space sizing happens to be
more in line with the MI one so up to at least 24GB machines KVA doesn't
need to be limited manually. This is just another stopgap though, the
real solution is to take advantage of ASI_ATOMIC_QUAD_LDD_PHYS on CPUs
providing it so we don't need to lock the kernel TSB pages into the dTLB
in the first place.
Revision Changes Path
1.182.2.6 +35 -11 src/sys/sparc64/sparc64/pmap.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003312206.o2VM68YP029379>
