Module Name: src
Committed By: skrll
Date: Sat Nov 14 13:31:44 UTC 2009
Modified Files:
src/sys/arch/hppa/hppa: pmap.c
Log Message:
Update a couple of comments.
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/sys/arch/hppa/hppa/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/hppa/hppa/pmap.c
diff -u src/sys/arch/hppa/hppa/pmap.c:1.55 src/sys/arch/hppa/hppa/pmap.c:1.56
--- src/sys/arch/hppa/hppa/pmap.c:1.55 Wed Nov 11 16:08:31 2009
+++ src/sys/arch/hppa/hppa/pmap.c Sat Nov 14 13:31:44 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.c,v 1.55 2009/11/11 16:08:31 skrll Exp $ */
+/* $NetBSD: pmap.c,v 1.56 2009/11/14 13:31:44 skrll Exp $ */
/*-
* Copyright (c) 2001, 2002 The NetBSD Foundation, Inc.
@@ -65,7 +65,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.55 2009/11/11 16:08:31 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.56 2009/11/14 13:31:44 skrll Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -1042,7 +1042,7 @@
/*
* Finishes the initialization of the pmap module.
- * This procedure is called from vm_mem_init() in vm/vm_init.c
+ * This procedure is called from uvm_init() in uvm/uvm_init.c
* to initialize any remaining data structures that the pmap module
* needs to map virtual memory (VM is already ON).
*/
@@ -1065,7 +1065,7 @@
pool_sethiwat(&pmap_pv_pool, pmap_pvlowat * 32);
/*
- * map SysCall gateways page once for everybody
+ * map SysCall gateway page once for everybody
* NB: we'll have to remap the phys memory
* if we have any at SYSCALLGATE address (;
*