Received: by mail.netbsd.org (Postfix, from userid 605) id 1F0E284D43; Sun, 30 May 2021 00:34:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5372B84D16 for ; Sun, 30 May 2021 00:34: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 VmQLpPa1pWxh for ; Sun, 30 May 2021 00:34:28 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id EAB6884CEE for ; Sun, 30 May 2021 00:34:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BA033FA95; Sun, 30 May 2021 00:34:27 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 30 May 2021 00:34:27 +0000 From: "Jason R Thorpe" Subject: CVS commit: src/sys/arch/alpha To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20210530003427.BA033FA95@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Jason R Thorpe" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: thorpej Date: Sun May 30 00:34:27 UTC 2021 Modified Files: src/sys/arch/alpha/alpha: pmap.c src/sys/arch/alpha/include: pmap.h Log Message: Define a pmap_pagelist LIST_HEAD and use it where we used ad hoc LIST_HEADs of vm_page structures. Define and use a generic routine to free such a list back to UVM. In pmap_remove_internal(), KASSERT that no PT pages are queued up to be freed when removing mappings from the kernel pmap. To generate a diff of this commit: cvs rdiff -u -r1.281 -r1.282 src/sys/arch/alpha/alpha/pmap.c cvs rdiff -u -r1.88 -r1.89 src/sys/arch/alpha/include/pmap.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.