From owner-cvs-all@FreeBSD.ORG Mon Sep 8 21:24:37 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 39B001065676; Mon, 8 Sep 2008 21:24:37 +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 29BFE8FC08; Mon, 8 Sep 2008 21:24:37 +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 m88LObXD090607; Mon, 8 Sep 2008 21:24:37 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m88LOatd090606; Mon, 8 Sep 2008 21:24:36 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <200809082124.m88LOatd090606@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Mon, 8 Sep 2008 21:24:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: 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-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Sep 2008 21:24:37 -0000 marius 2008-09-08 21:24:25 UTC FreeBSD src repository Modified files: sys/sparc64/include asi.h tlb.h sys/sparc64/sparc64 cheetah.c genassym.c pmap.c swtch.S Log: SVN rev 182878 on 2008-09-08 21:24:25Z by marius 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.14 +1 -0 src/sys/sparc64/include/asi.h 1.28 +29 -2 src/sys/sparc64/include/tlb.h 1.10 +20 -0 src/sys/sparc64/sparc64/cheetah.c 1.74 +1 -0 src/sys/sparc64/sparc64/genassym.c 1.177 +4 -3 src/sys/sparc64/sparc64/pmap.c 1.37 +4 -0 src/sys/sparc64/sparc64/swtch.S