summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/include/pmap.h
diff options
context:
space:
mode:
authorMike Larkin <mlarkin@cvs.openbsd.org>2015-02-19 03:19:12 +0000
committerMike Larkin <mlarkin@cvs.openbsd.org>2015-02-19 03:19:12 +0000
commit28d502c0c0c951b80c030b70d93ad53d7866452e (patch)
tree013a186ed41da4eb95ff187af369094033705126 /sys/arch/amd64/include/pmap.h
parent096722522f75e415812d5df1f564dcebb27581ac (diff)
remove unused struct and #define
ok tedu
Diffstat (limited to 'sys/arch/amd64/include/pmap.h')
-rw-r--r--sys/arch/amd64/include/pmap.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/sys/arch/amd64/include/pmap.h b/sys/arch/amd64/include/pmap.h
index 3d056db5bfa..e1567b57dcb 100644
--- a/sys/arch/amd64/include/pmap.h
+++ b/sys/arch/amd64/include/pmap.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pmap.h,v 1.53 2015/02/15 21:34:33 miod Exp $ */
+/* $OpenBSD: pmap.h,v 1.54 2015/02/19 03:19:11 mlarkin Exp $ */
/* $NetBSD: pmap.h,v 1.1 2003/04/26 18:39:46 fvdl Exp $ */
/*
@@ -332,18 +332,6 @@ struct pv_entry { /* locked by its list's pvh_lock */
};
/*
- * pmap_remove_record: a record of VAs that have been unmapped, used to
- * flush TLB. if we have more than PMAP_RR_MAX then we stop recording.
- */
-
-#define PMAP_RR_MAX 16 /* max of 16 pages (64K) */
-
-struct pmap_remove_record {
- int prr_npages;
- vaddr_t prr_vas[PMAP_RR_MAX];
-};
-
-/*
* global kernel variables
*/