Received: by mail.netbsd.org (Postfix, from userid 605) id 34A5D14A790; Sun, 31 Jul 2011 15:39:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5847914A78F for ; Sun, 31 Jul 2011 15:39:30 +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 62anLvv-gnih for ; Sun, 31 Jul 2011 15:39:29 +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 BD4BA14A78D for ; Sun, 31 Jul 2011 15:39:29 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 9FA82175DD; Sun, 31 Jul 2011 15:39:29 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sun, 31 Jul 2011 15:39:29 +0000 From: "Matt Thomas" Subject: CVS commit: src/sys/arch/mips To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20110731153929.9FA82175DD@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: Sun Jul 31 15:39:29 UTC 2011 Modified Files: src/sys/arch/mips/conf: files.mips src/sys/arch/mips/mips: locore_mips3.S mips32_subr.S mips32r2_subr.S mips3_subr.S mips64_subr.S mips64r2_subr.S mipsX_subr.S mips_machdep.c Added Files: src/sys/arch/mips/mips: loongson2_subr.S Log Message: Add support for a loongson2_subr.S. This is needed since that chip needs special handling to manually flush the ITLB on TLB updates. To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71 src/sys/arch/mips/conf/files.mips cvs rdiff -u -r1.100 -r1.101 src/sys/arch/mips/mips/locore_mips3.S cvs rdiff -u -r0 -r1.1 src/sys/arch/mips/mips/loongson2_subr.S cvs rdiff -u -r1.5 -r1.6 src/sys/arch/mips/mips/mips32_subr.S \ src/sys/arch/mips/mips/mips3_subr.S src/sys/arch/mips/mips/mips64_subr.S cvs rdiff -u -r1.1 -r1.2 src/sys/arch/mips/mips/mips32r2_subr.S \ src/sys/arch/mips/mips/mips64r2_subr.S cvs rdiff -u -r1.50 -r1.51 src/sys/arch/mips/mips/mipsX_subr.S cvs rdiff -u -r1.244 -r1.245 src/sys/arch/mips/mips/mips_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.