Received: by mail.netbsd.org (Postfix, from userid 0) id 82CDA63B1F1; Tue, 26 Jan 2010 21:19:27 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id F13A763B109 for ; Tue, 26 Jan 2010 21:19:25 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id D8C8C175DD; Tue, 26 Jan 2010 21:19:25 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Tue, 26 Jan 2010 21:19:25 +0000 From: Matt Thomas Subject: CVS commit: [matt-nb5-mips64] src/sys/arch/mips To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20100126211925.D8C8C175DD@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: list Reply-To: source-changes-d@NetBSD.org Module Name: src Committed By: matt Date: Tue Jan 26 21:19:25 UTC 2010 Modified Files: src/sys/arch/mips/conf [matt-nb5-mips64]: Makefile.mips src/sys/arch/mips/include [matt-nb5-mips64]: cache.h cpu.h mips3_pte.h pmap.h pte.h vmparam.h src/sys/arch/mips/mips [matt-nb5-mips64]: cache.c mem.c pmap.c pmap_segtab.c Log Message: Revamp pmap. Add exec page caching logic from powerpc oea pmap. Shrink struct vm_page by placing the first pv_entry in it. Remove pv_flags since nothing really needed it. Add pmap counters. Rework virtual cache alias logic. Allow pmap_copy_page and pmap_zero_page to deal with non-KSEG0 mappable pages. To generate a diff of this commit: cvs rdiff -u -r1.50.24.3 -r1.50.24.4 src/sys/arch/mips/conf/Makefile.mips cvs rdiff -u -r1.9.96.1 -r1.9.96.2 src/sys/arch/mips/include/cache.h cvs rdiff -u -r1.90.16.14 -r1.90.16.15 src/sys/arch/mips/include/cpu.h cvs rdiff -u -r1.23.38.5 -r1.23.38.6 src/sys/arch/mips/include/mips3_pte.h cvs rdiff -u -r1.54.26.7 -r1.54.26.8 src/sys/arch/mips/include/pmap.h cvs rdiff -u -r1.19.18.1 -r1.19.18.2 src/sys/arch/mips/include/pte.h cvs rdiff -u -r1.41.28.9 -r1.41.28.10 src/sys/arch/mips/include/vmparam.h cvs rdiff -u -r1.33.96.2 -r1.33.96.3 src/sys/arch/mips/mips/cache.c cvs rdiff -u -r1.35.38.4 -r1.35.38.5 src/sys/arch/mips/mips/mem.c cvs rdiff -u -r1.179.16.12 -r1.179.16.13 src/sys/arch/mips/mips/pmap.c cvs rdiff -u -r1.1.2.3 -r1.1.2.4 src/sys/arch/mips/mips/pmap_segtab.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.