Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2C3AD84CE3 for ; Fri, 22 Dec 2023 19:53:48 +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 JIn-f9S6t5C8 for ; Fri, 22 Dec 2023 19:53:47 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id ADDDE84C2C for ; Fri, 22 Dec 2023 19:53:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A1C8EFA42; Fri, 22 Dec 2023 19:53:47 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 22 Dec 2023 19:53:47 +0000 From: "Jason R Thorpe" Subject: CVS commit: src/sys/arch To: source-changes@NetBSD.org Approved: for-source-only Reply-To: thorpej@netbsd.org X-Mailer: log_accum Message-Id: <20231222195347.A1C8EFA42@cvs.NetBSD.org> Module Name: src Committed By: thorpej Date: Fri Dec 22 19:53:47 UTC 2023 Modified Files: src/sys/arch/sun2/sun2: pmap.c src/sys/arch/sun3/sun3: pmap.c Log Message: pv_link(): Seed pv_flags for the page with PG_MOD and PG_REF if the caller pre-set those bits in the PTE (which pmap_enter() does, based on hints from uvm_fault()), avoiding the slow path in pmap_is_{referenced,modified}(). To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/sys/arch/sun2/sun2/pmap.c cvs rdiff -u -r1.175 -r1.176 src/sys/arch/sun3/sun3/pmap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.