diff options
Diffstat (limited to 'sys/arch/powerpc')
-rw-r--r-- | sys/arch/powerpc/powerpc/pmap.c | 4 |
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; |