summaryrefslogtreecommitdiff
path: root/sys/arch/sun3
diff options
context:
space:
mode:
authorkstailey <kstailey@cvs.openbsd.org>1997-09-08 01:28:01 +0000
committerkstailey <kstailey@cvs.openbsd.org>1997-09-08 01:28:01 +0000
commit8ce093a3a159221054c5e6e892ef874b351faf4c (patch)
tree294f7bffac94c5afefae9a7fa5166be88639349f /sys/arch/sun3
parentecb212e72bb309d1d23423532ad663dd421719f9 (diff)
s/sun3_btop/m68k_btop/
Diffstat (limited to 'sys/arch/sun3')
-rw-r--r--sys/arch/sun3/sun3/pmap.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/sun3/sun3/pmap.c b/sys/arch/sun3/sun3/pmap.c
index e6d75679033..d010989cfc0 100644
--- a/sys/arch/sun3/sun3/pmap.c
+++ b/sys/arch/sun3/sun3/pmap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pmap.c,v 1.14 1997/09/07 14:05:21 kstailey Exp $ */
+/* $OpenBSD: pmap.c,v 1.15 1997/09/08 01:28:00 kstailey Exp $ */
/* $NetBSD: pmap.c,v 1.64 1996/11/20 18:57:35 gwr Exp $ */
/*-
@@ -1533,7 +1533,7 @@ pmap_free_pages()
int bytes;
bytes = avail_end - avail_start;
- return(sun3_btop(bytes));
+ return(m68k_btop(bytes));
}
/*
@@ -1590,7 +1590,7 @@ pmap_page_index(pa)
}
#endif
- return (sun3_btop(pa));
+ return (m68k_btop(pa));
}