Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/uvm/pmap Fix a comment
details: https://anonhg.NetBSD.org/src/rev/8dd25bdf3738
branches: trunk
changeset: 937187:8dd25bdf3738
user: skrll <skrll%NetBSD.org@localhost>
date: Tue Aug 11 05:43:45 2020 +0000
description:
Fix a comment
diffstat:
sys/uvm/pmap/pmap.c | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (27 lines):
diff -r 977c0d700898 -r 8dd25bdf3738 sys/uvm/pmap/pmap.c
--- a/sys/uvm/pmap/pmap.c Tue Aug 11 05:30:02 2020 +0000
+++ b/sys/uvm/pmap/pmap.c Tue Aug 11 05:43:45 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.c,v 1.51 2020/08/07 07:19:45 skrll Exp $ */
+/* $NetBSD: pmap.c,v 1.52 2020/08/11 05:43:45 skrll Exp $ */
/*-
* Copyright (c) 1998, 2001 The NetBSD Foundation, Inc.
@@ -67,7 +67,7 @@
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.51 2020/08/07 07:19:45 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.52 2020/08/11 05:43:45 skrll Exp $");
/*
* Manages physical address maps.
@@ -1309,8 +1309,6 @@
/*
* Now validate mapping with desired protection/wiring.
- * Assume uniform modified and referenced status for all
- * MIPS pages in a MACH page.
*/
if (wired) {
pmap->pm_stats.wired_count++;
Home |
Main Index |
Thread Index |
Old Index