From owner-cvs-src-old@FreeBSD.ORG Thu Mar 19 14:15:17 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 11BE6106566C for ; Thu, 19 Mar 2009 14:15:17 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F21C08FC17 for ; Thu, 19 Mar 2009 14:15:16 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n2JEFGwa067317 for ; Thu, 19 Mar 2009 14:15:16 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n2JEFGl8067316 for cvs-src-old@freebsd.org; Thu, 19 Mar 2009 14:15:16 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <200903191415.n2JEFGl8067316@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Thu, 19 Mar 2009 14:15:11 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/sparc64/include asi.h tlb.h src/sys/sparc64/sparc64 cheetah.c genassym.c pmap.c swtch.S X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Mar 2009 14:15:17 -0000 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