Module Name: src Committed By: rin Date: Sun May 8 22:00:06 UTC 2022
Modified Files: src/sys/uvm/pmap: pmap_pvt.c Log Message: Improve wording a bit in a comment for the previous. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/uvm/pmap/pmap_pvt.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/uvm/pmap/pmap_pvt.c diff -u src/sys/uvm/pmap/pmap_pvt.c:1.13 src/sys/uvm/pmap/pmap_pvt.c:1.14 --- src/sys/uvm/pmap/pmap_pvt.c:1.13 Sun May 8 21:55:34 2022 +++ src/sys/uvm/pmap/pmap_pvt.c Sun May 8 22:00:06 2022 @@ -1,4 +1,4 @@ -/* $NetBSD: pmap_pvt.c,v 1.13 2022/05/08 21:55:34 rin Exp $ */ +/* $NetBSD: pmap_pvt.c,v 1.14 2022/05/08 22:00:06 rin Exp $ */ /*- * Copyright (c) 2014, 2020 The NetBSD Foundation, Inc. @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__RCSID("$NetBSD: pmap_pvt.c,v 1.13 2022/05/08 21:55:34 rin Exp $"); +__RCSID("$NetBSD: pmap_pvt.c,v 1.14 2022/05/08 22:00:06 rin Exp $"); #include <sys/param.h> #include <sys/atomic.h> @@ -201,8 +201,8 @@ pmap_pv_tracked(paddr_t pa) * pmap_pv_{,un}track() are intentionally commented out. If modules * call these functions, the result should be an inconsistent state. * - * Such modules require real PV-tracking support. Let us make two - * symbols undefined, and prevent these modules from loaded. + * Such modules require real PV-tracking support. Let us make the + * two symbols undefined, and prevent these modules from loaded. */ void pmap_pv_track(paddr_t start, psize_t size)