summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1998-03-04 10:58:19 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1998-03-04 10:58:19 +0000
commit8b1bb75ad56e072dc58c33715385fa7e439b2503 (patch)
treeb579d2ac10d05bacb0020d897deda6548dbfbda6 /sys
parentacfa95f85c020c40612e80f323d9c17431f222f1 (diff)
Adapt comments to reality
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/powerpc/powerpc/pmap.c4
-rw-r--r--sys/arch/sparc/sparc/pmap.c4
-rw-r--r--sys/arch/sun3/sun3/pmap.c4
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/powerpc/powerpc/pmap.c b/sys/arch/powerpc/powerpc/pmap.c
index 9818cf02237..a3fb386b855 100644
--- a/sys/arch/powerpc/powerpc/pmap.c
+++ b/sys/arch/powerpc/powerpc/pmap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pmap.c,v 1.5 1997/01/21 17:00:10 rahnds Exp $ */
+/* $OpenBSD: pmap.c,v 1.6 1998/03/04 10:58:16 niklas Exp $ */
/* $NetBSD: pmap.c,v 1.1 1996/09/30 16:34:52 ws Exp $ */
/*
@@ -402,7 +402,7 @@ avail_end = npgs * NBPG;
ptab_mask = ptab_cnt - 1;
/*
- * We cannot do pmap_steal_memory here,
+ * We cannot do vm_bootstrap_steal_memory here,
* since we don't run with translation enabled yet.
*/
s = sizeof(struct pte_ovtab) * ptab_cnt;
diff --git a/sys/arch/sparc/sparc/pmap.c b/sys/arch/sparc/sparc/pmap.c
index e0b9072f327..383c8033ee8 100644
--- a/sys/arch/sparc/sparc/pmap.c
+++ b/sys/arch/sparc/sparc/pmap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pmap.c,v 1.19 1997/11/07 08:11:44 deraadt Exp $ */
+/* $OpenBSD: pmap.c,v 1.20 1998/03/04 10:58:11 niklas Exp $ */
/* $NetBSD: pmap.c,v 1.96 1997/09/14 19:20:48 pk Exp $ */
/*
@@ -757,7 +757,7 @@ sortm(mp, n)
/*
* For our convenience, vm_page.c implements:
- * pmap_startup(), pmap_steal_memory()
+ * vm_bootstrap_steal_memory()
* using the functions:
* pmap_virtual_space(), pmap_free_pages(), pmap_next_page(),
* which are much simpler to implement.
diff --git a/sys/arch/sun3/sun3/pmap.c b/sys/arch/sun3/sun3/pmap.c
index d010989cfc0..678d433ee88 100644
--- a/sys/arch/sun3/sun3/pmap.c
+++ b/sys/arch/sun3/sun3/pmap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pmap.c,v 1.15 1997/09/08 01:28:00 kstailey Exp $ */
+/* $OpenBSD: pmap.c,v 1.16 1998/03/04 10:58:18 niklas Exp $ */
/* $NetBSD: pmap.c,v 1.64 1996/11/20 18:57:35 gwr Exp $ */
/*-
@@ -1498,7 +1498,7 @@ pmap_bootstrap()
/*
* For our convenience, vm_page.c implements:
- * pmap_startup(), pmap_steal_memory()
+ * vm_bootstrap_steal_memory()
* using the functions:
* pmap_virtual_space(), pmap_free_pages(), pmap_next_page(),
* which are much simpler to implement.