Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x86/x86 Comment
details: https://anonhg.NetBSD.org/src/rev/6c8ee9e2a1be
branches: trunk
changeset: 933147:6c8ee9e2a1be
user: ad <ad%NetBSD.org@localhost>
date: Tue May 19 21:14:20 2020 +0000
description:
Comment
diffstat:
sys/arch/x86/x86/pmap.c | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diffs (28 lines):
diff -r 0c6d201583cb -r 6c8ee9e2a1be sys/arch/x86/x86/pmap.c
--- a/sys/arch/x86/x86/pmap.c Tue May 19 20:46:39 2020 +0000
+++ b/sys/arch/x86/x86/pmap.c Tue May 19 21:14:20 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.c,v 1.392 2020/05/15 22:22:44 ad Exp $ */
+/* $NetBSD: pmap.c,v 1.393 2020/05/19 21:14:20 ad Exp $ */
/*
* Copyright (c) 2008, 2010, 2016, 2017, 2019, 2020 The NetBSD Foundation, Inc.
@@ -130,7 +130,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.392 2020/05/15 22:22:44 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.393 2020/05/19 21:14:20 ad Exp $");
#include "opt_user_ldt.h"
#include "opt_lockdebug.h"
@@ -3025,8 +3025,7 @@
/*
* Start at the lowest entered VA, and scan until there are no more
- * PTEs in the PTPs. The goal is to disconnect PV entries and patch
- * up the pmap's stats. No PTEs will be modified.
+ * PTEs in the PTPs.
*/
tree = &VM_PAGE_TO_PP(ptp)->pp_rb;
pve = RB_TREE_MIN(tree);
Home |
Main Index |
Thread Index |
Old Index