Module Name: src Committed By: skrll Date: Sun Oct 28 14:59:17 UTC 2018
Modified Files: src/sys/arch/arm/arm32: pmap.c Log Message: Fix the comment near pmap_bootstrap itself as well To generate a diff of this commit: cvs rdiff -u -r1.370 -r1.371 src/sys/arch/arm/arm32/pmap.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/arch/arm/arm32/pmap.c diff -u src/sys/arch/arm/arm32/pmap.c:1.370 src/sys/arch/arm/arm32/pmap.c:1.371 --- src/sys/arch/arm/arm32/pmap.c:1.370 Thu Oct 18 09:01:52 2018 +++ src/sys/arch/arm/arm32/pmap.c Sun Oct 28 14:59:17 2018 @@ -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 @@ pmap_init_l1(struct l1_ttable *l1, pd_en * 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