Received: by mail.netbsd.org (Postfix, from userid 605) id B765A84D56; Sun, 30 May 2021 01:24:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EBC3084D43 for ; Sun, 30 May 2021 01:24:19 +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 3mWwqx6rq8iw for ; Sun, 30 May 2021 01:24:19 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8A5AB84CEE for ; Sun, 30 May 2021 01:24:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7E166FA95; Sun, 30 May 2021 01:24:19 +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 01:24:19 +0000 From: "Jason R Thorpe" Subject: CVS commit: src/sys/arch/alpha/alpha To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20210530012419.7E166FA95@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 01:24:19 UTC 2021 Modified Files: src/sys/arch/alpha/alpha: pmap.c Log Message: Change pmap_physpage_alloc() to return the vm_page * so that the callers have access to it. To generate a diff of this commit: cvs rdiff -u -r1.282 -r1.283 src/sys/arch/alpha/alpha/pmap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.