summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc
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/arch/powerpc
parentacfa95f85c020c40612e80f323d9c17431f222f1 (diff)
Adapt comments to reality
Diffstat (limited to 'sys/arch/powerpc')
-rw-r--r--sys/arch/powerpc/powerpc/pmap.c4
1 files changed, 2 insertions, 2 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;