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 Fix the comment near pmap_bootstrap itsel...



details:   https://anonhg.NetBSD.org/src/rev/9f9279839028
branches:  trunk
changeset: 836636:9f9279839028
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Oct 28 14:59:17 2018 +0000

description:
Fix the comment near pmap_bootstrap itself as well

diffstat:

 sys/arch/arm/arm32/pmap.c |  8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diffs (34 lines):

diff -r 7689c81bcb72 -r 9f9279839028 sys/arch/arm/arm32/pmap.c
--- a/sys/arch/arm/arm32/pmap.c Sun Oct 28 14:58:20 2018 +0000
+++ b/sys/arch/arm/arm32/pmap.c Sun Oct 28 14:59:17 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.c,v 1.370 2018/10/18 09:01:52 skrll Exp $ */
+/*     $NetBSD: pmap.c,v 1.371 2018/10/28 14:59:17 skrll Exp $ */
 
 /*
  * Copyright 2003 Wasabi Systems, Inc.
@@ -217,7 +217,7 @@
 
 #include <arm/locore.h>
 
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.370 2018/10/18 09:01:52 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.371 2018/10/28 14:59:17 skrll Exp $");
 
 //#define PMAP_DEBUG
 #ifdef PMAP_DEBUG
@@ -6096,14 +6096,12 @@
  * spread over a number of disparate files/functions.
  *
  * We are passed the following parameters
- *  - kernel_l1pt
- *    This is a pointer to the base of the kernel's L1 translation table.
  *  - vstart
  *    1MB-aligned start of managed kernel virtual memory.
  *  - vend
  *    1MB-aligned end of managed kernel virtual memory.
  *
- * We use the first parameter to build the metadata (struct l1_ttable and
+ * We use 'kernel_l1pt' to build the metadata (struct l1_ttable and
  * struct l2_dtable) necessary to track kernel mappings.
  */
 #define        PMAP_STATIC_L2_SIZE 16



Home | Main Index | Thread Index | Old Index