Received: by mail.netbsd.org (Postfix, from userid 605) id A54AD84DD7; Fri, 9 Jun 2017 06:39:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 324E084DC7 for ; Fri, 9 Jun 2017 06:39:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 9NZrpK-d5Xl0 for ; Fri, 9 Jun 2017 06:39:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D128C84CDC for ; Fri, 9 Jun 2017 06:39:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CB051FB7B; Fri, 9 Jun 2017 06:39:24 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 9 Jun 2017 06:39:24 +0000 From: "Nick Hudson" Subject: CVS commit: src/sys/arch/mips/mips To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20170609063924.CB051FB7B@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: "Nick Hudson" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: skrll Date: Fri Jun 9 06:39:24 UTC 2017 Modified Files: src/sys/arch/mips/mips: pmap_machdep.c Log Message: Always use XKPHYS for pool pages on _LP64; otherwise use KSEG0 To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/arch/mips/mips/pmap_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.