artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
579d4ac
)
prototypes for copypage & zeropage
author
kstailey
<kstailey@openbsd.org>
Tue, 11 Feb 1997 17:50:33 +0000
(17:50 +0000)
committer
kstailey
<kstailey@openbsd.org>
Tue, 11 Feb 1997 17:50:33 +0000
(17:50 +0000)
sys/arch/sun3/sun3/pmap.c
patch
|
blob
|
history
diff --git
a/sys/arch/sun3/sun3/pmap.c
b/sys/arch/sun3/sun3/pmap.c
index
030c1fe
..
63136b7
100644
(file)
--- a/
sys/arch/sun3/sun3/pmap.c
+++ b/
sys/arch/sun3/sun3/pmap.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: pmap.c,v 1.
8 1997/02/10 12:24:40 downsj Exp $
*/
+/* $OpenBSD: pmap.c,v 1.
9 1997/02/11 17:50:33 kstailey Exp $
*/
/* $NetBSD: pmap.c,v 1.64 1996/11/20 18:57:35 gwr Exp $ */
/*-
@@
-3130,6
+3130,9
@@
pmap_update()
{
}
+extern copypage __P((caddr_t, caddr_t));
+extern zeropage __P((char *));
+
/*
* pmap_copy_page copies the specified (machine independent)
* page by mapping the page into virtual memory and using