Module Name: src
Committed By: skrll
Date: Wed Jun 19 09:56:17 UTC 2019
Modified Files:
src/sys/uvm/pmap: pmap.c
Log Message:
Make a comment generic and not MIPS specific
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sys/uvm/pmap/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/uvm/pmap/pmap.c
diff -u src/sys/uvm/pmap/pmap.c:1.40 src/sys/uvm/pmap/pmap.c:1.41
--- src/sys/uvm/pmap/pmap.c:1.40 Mon Oct 30 03:25:14 2017
+++ src/sys/uvm/pmap/pmap.c Wed Jun 19 09:56:17 2019
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.c,v 1.40 2017/10/30 03:25:14 pgoyette Exp $ */
+/* $NetBSD: pmap.c,v 1.41 2019/06/19 09:56:17 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.40 2017/10/30 03:25:14 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.41 2019/06/19 09:56:17 skrll Exp $");
/*
* Manages physical address maps.
@@ -434,7 +434,7 @@ pmap_growkernel(vaddr_t maxkvaddr)
* memory system has been bootstrapped. After that point, either kmem_alloc
* or malloc should be used. This function works by stealing pages from the
* (to be) managed page pool, then implicitly mapping the pages (by using
- * their k0seg addresses) and zeroing them.
+ * their direct mapped addresses) and zeroing them.
*
* It may be used once the physical memory segments have been pre-loaded
* into the vm_physmem[] array. Early memory allocation MUST use this