diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-02-14 20:54:01 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-02-14 20:54:01 +0000 |
commit | 1aca08cea81e6be2117a9cc9a2c4638f5742f1d8 (patch) | |
tree | 3314215cd2263612ad4645d62ca983748bbccd07 /sys/arch | |
parent | 70749feccb10754398c1d3708199e541ca3b4c97 (diff) |
back out prev. change
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/sun3/sun3/pmap.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/sun3/sun3/pmap.c b/sys/arch/sun3/sun3/pmap.c index 63136b7fe04..4e4b8406584 100644 --- a/sys/arch/sun3/sun3/pmap.c +++ b/sys/arch/sun3/sun3/pmap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.c,v 1.9 1997/02/11 17:50:33 kstailey Exp $ */ +/* $OpenBSD: pmap.c,v 1.10 1997/02/14 20:54:00 kstailey Exp $ */ /* $NetBSD: pmap.c,v 1.64 1996/11/20 18:57:35 gwr Exp $ */ /*- @@ -3130,9 +3130,6 @@ 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 |