summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/include
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-08-18 20:50:19 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-08-18 20:50:19 +0000
commit75dec7ea0de96f57689fbfe3889a5530555f99c3 (patch)
tree73c92ef9e188aae9707dfef43480bae2eb4c02ca /sys/arch/hp300/include
parent6e5f789df65574e2aa594128398b8a37788805d3 (diff)
Move pmap_{de,}activate to vm/pmap.h, it's same on all archs.
Diffstat (limited to 'sys/arch/hp300/include')
-rw-r--r--sys/arch/hp300/include/pmap.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/hp300/include/pmap.h b/sys/arch/hp300/include/pmap.h
index 5624603979d..211f6827fb2 100644
--- a/sys/arch/hp300/include/pmap.h
+++ b/sys/arch/hp300/include/pmap.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pmap.h,v 1.7 2001/05/11 23:24:57 millert Exp $ */
+/* $OpenBSD: pmap.h,v 1.8 2001/08/18 20:50:18 art Exp $ */
/* $NetBSD: pmap.h,v 1.13 1997/06/10 18:58:19 veego Exp $ */
/*
@@ -149,10 +149,6 @@ extern struct pv_entry *pv_table; /* array of entries, one per page */
#define pmap_resident_count(pmap) ((pmap)->pm_stats.resident_count)
#define pmap_wired_count(pmap) ((pmap)->pm_stats.wired_count)
-struct proc;
-void pmap_activate __P((struct proc *));
-void pmap_deactivate __P((struct proc *));
-
extern pt_entry_t *Sysmap;
extern char *vmmap; /* map for mem, dumps, etc. */