Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/arm32 Improve a comment
details: https://anonhg.NetBSD.org/src/rev/786968c13f96
branches: trunk
changeset: 968014:786968c13f96
user: skrll <skrll%NetBSD.org@localhost>
date: Tue Dec 31 18:09:21 2019 +0000
description:
Improve a comment
diffstat:
sys/arch/arm/arm32/pmap.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r 4a71e00a7492 -r 786968c13f96 sys/arch/arm/arm32/pmap.c
--- a/sys/arch/arm/arm32/pmap.c Tue Dec 31 17:56:16 2019 +0000
+++ b/sys/arch/arm/arm32/pmap.c Tue Dec 31 18:09:21 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.c,v 1.374 2019/09/25 16:37:54 skrll Exp $ */
+/* $NetBSD: pmap.c,v 1.375 2019/12/31 18:09:21 skrll Exp $ */
/*
* Copyright 2003 Wasabi Systems, Inc.
@@ -221,7 +221,7 @@
#include <arm/db_machdep.h>
#endif
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.374 2019/09/25 16:37:54 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.375 2019/12/31 18:09:21 skrll Exp $");
//#define PMAP_DEBUG
#ifdef PMAP_DEBUG
@@ -3633,8 +3633,8 @@
KASSERT(PV_IS_KENTRY_P(pv->pv_flags));
/*
- * If we are removing a writeable mapping to a cached exec page,
- * if it's the last mapping then clear it execness other sync
+ * We are removing a writeable mapping to a cached exec page, if
+ * it's the last mapping then clear its execness otherwise sync
* the page to the icache.
*/
if ((md->pvh_attrs & (PVF_NC|PVF_EXEC)) == PVF_EXEC
Home |
Main Index |
Thread Index |
Old Index