summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1995-02-15 04:36:31 +0000
committerdg <dg@FreeBSD.org>1995-02-15 04:36:31 +0000
commit10626775340c7115d44808f91e05f7fb19e03e01 (patch)
tree786e09ab01370418fe3032f107b72ba07541b7a1 /sys
parent688d6eb9d1792ab1e4dff28b7d732facc09a828f (diff)
downloadFreeBSD-src-10626775340c7115d44808f91e05f7fb19e03e01.zip
FreeBSD-src-10626775340c7115d44808f91e05f7fb19e03e01.tar.gz
Killed the pmap_use_pt and pmap_unuse_pt prototypes as they are now in
machine/pmap.h.
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/amd64/pmap.c4
-rw-r--r--sys/i386/i386/pmap.c4
2 files changed, 2 insertions, 6 deletions
diff --git a/sys/amd64/amd64/pmap.c b/sys/amd64/amd64/pmap.c
index 4a8e1de..9ba6fc6 100644
--- a/sys/amd64/amd64/pmap.c
+++ b/sys/amd64/amd64/pmap.c
@@ -39,7 +39,7 @@
* SUCH DAMAGE.
*
* from: @(#)pmap.c 7.7 (Berkeley) 5/12/91
- * $Id: pmap.c,v 1.47 1995/01/26 21:06:40 davidg Exp $
+ * $Id: pmap.c,v 1.48 1995/02/02 08:45:14 davidg Exp $
*/
/*
@@ -148,8 +148,6 @@ static inline void vm_put_pmap();
static void i386_protection_init();
static void pmap_alloc_pv_entry();
static inline pv_entry_t get_pv_entry();
-inline void pmap_use_pt();
-inline void pmap_unuse_pt();
int nkpt;
diff --git a/sys/i386/i386/pmap.c b/sys/i386/i386/pmap.c
index 4a8e1de..9ba6fc6 100644
--- a/sys/i386/i386/pmap.c
+++ b/sys/i386/i386/pmap.c
@@ -39,7 +39,7 @@
* SUCH DAMAGE.
*
* from: @(#)pmap.c 7.7 (Berkeley) 5/12/91
- * $Id: pmap.c,v 1.47 1995/01/26 21:06:40 davidg Exp $
+ * $Id: pmap.c,v 1.48 1995/02/02 08:45:14 davidg Exp $
*/
/*
@@ -148,8 +148,6 @@ static inline void vm_put_pmap();
static void i386_protection_init();
static void pmap_alloc_pv_entry();
static inline pv_entry_t get_pv_entry();
-inline void pmap_use_pt();
-inline void pmap_unuse_pt();
int nkpt;
OpenPOWER on IntegriCloud