Received: by mail.netbsd.org (Postfix, from userid 605) id 4001884F9E; Mon, 12 Aug 2019 10:28:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B7A1584F9D for ; Mon, 12 Aug 2019 10:28:04 +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 jYcBzkgxlvWn for ; Mon, 12 Aug 2019 10:28:04 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5E32584CE8 for ; Mon, 12 Aug 2019 10:28:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5783DFBF4; Mon, 12 Aug 2019 10:28:04 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 12 Aug 2019 10:28:04 +0000 From: "Nick Hudson" Subject: CVS commit: src/sys/arch/aarch64 To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20190812102804.5783DFBF4@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: Mon Aug 12 10:28:04 UTC 2019 Modified Files: src/sys/arch/aarch64/aarch64: pmap.c src/sys/arch/aarch64/include: pmap.h Log Message: Use PMAP_DEV in DEVMAP_ENTRY rather than pmap_map_chunk. It's clearer and means pmap_map_chunk can be made to map other memory types. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/sys/arch/aarch64/aarch64/pmap.c cvs rdiff -u -r1.24 -r1.25 src/sys/arch/aarch64/include/pmap.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.