Received: by mail.netbsd.org (Postfix, from userid 605) id 74A3814AB74; Mon, 13 Feb 2012 18:20:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9186014AB73 for ; Mon, 13 Feb 2012 18:20:28 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id H24YQhybNmSz for ; Mon, 13 Feb 2012 18:20: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 CE75C14AB71 for ; Mon, 13 Feb 2012 18:20:26 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id B5DE9175DD; Mon, 13 Feb 2012 18:20:26 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Mon, 13 Feb 2012 18:20:26 +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: <20120213182026.B5DE9175DD@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Matt Thomas" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: matt Date: Mon Feb 13 18:20:26 UTC 2012 Modified Files: src/sys/arch/mips/include [matt-nb5-mips64]: cpu.h locore.h src/sys/arch/mips/mips [matt-nb5-mips64]: bus_dma.c mem.c mips_machdep.c pmap.c pmap_segtab.c vm_machdep.c Log Message: Add mm_md_direct_mapped_virt (inverse of mm_md_direct_mapped_phys). Add a third argument, vsize_t *, which, if not NULL, returns the amount of virtual space left in that direct mapped segment. Get rid most of the individual direct_mapped assert and use the above routines instead. Improve kernel core dump code. To generate a diff of this commit: cvs rdiff -u -r1.90.16.42 -r1.90.16.43 src/sys/arch/mips/include/cpu.h cvs rdiff -u -r1.78.36.1.2.33 -r1.78.36.1.2.34 \ src/sys/arch/mips/include/locore.h cvs rdiff -u -r1.22.16.21 -r1.22.16.22 src/sys/arch/mips/mips/bus_dma.c cvs rdiff -u -r1.35.38.10 -r1.35.38.11 src/sys/arch/mips/mips/mem.c cvs rdiff -u -r1.205.4.1.2.1.2.64 -r1.205.4.1.2.1.2.65 \ src/sys/arch/mips/mips/mips_machdep.c cvs rdiff -u -r1.179.16.40 -r1.179.16.41 src/sys/arch/mips/mips/pmap.c cvs rdiff -u -r1.1.2.13 -r1.1.2.14 src/sys/arch/mips/mips/pmap_segtab.c cvs rdiff -u -r1.121.6.1.2.26 -r1.121.6.1.2.27 \ src/sys/arch/mips/mips/vm_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.