diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-07-18 16:45:56 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-07-18 16:45:56 +0000 |
commit | 14731676789a8c8e582157c68228197d0146adfc (patch) | |
tree | a04ef932cefd4d4eb2a9cc5a6362ac82097ccf85 /sys/arch/alpha/include | |
parent | 6cd1705862866b49116ca4c1e1c724064c1a0dbe (diff) |
fix pmap_activate() and pmap_deactivate() arguments after art changed things
Diffstat (limited to 'sys/arch/alpha/include')
-rw-r--r-- | sys/arch/alpha/include/pmap.old.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/alpha/include/pmap.old.h b/sys/arch/alpha/include/pmap.old.h index 2d765bc70f2..a3e9b5464d6 100644 --- a/sys/arch/alpha/include/pmap.old.h +++ b/sys/arch/alpha/include/pmap.old.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.old.h,v 1.3 1997/07/20 07:03:40 niklas Exp $ */ +/* $OpenBSD: pmap.old.h,v 1.4 1999/07/18 16:45:42 deraadt Exp $ */ /* $NetBSD: pmap.old.h,v 1.6 1996/11/13 21:13:19 cgd Exp $ */ /* @@ -123,7 +123,6 @@ extern pt_entry_t *Sysmap; extern char *vmmap; /* map for mem, dumps, etc. */ /* Machine-specific functions. */ -void pmap_activate __P((pmap_t)); void pmap_emulate_reference __P((struct proc *, vm_offset_t, int, int)); void pmap_bootstrap __P((vm_offset_t, vm_offset_t)); void pmap_unmap_prom __P((void)); |