summaryrefslogtreecommitdiffstats
path: root/sys/arm/include/pmap.h
diff options
context:
space:
mode:
authorcognet <cognet@FreeBSD.org>2008-03-06 21:59:47 +0000
committercognet <cognet@FreeBSD.org>2008-03-06 21:59:47 +0000
commit26dccf5aecf4b4630533b19c1bccf3dabb93278a (patch)
treea56c83d474b3f6ae5f261525166e8083fb223953 /sys/arm/include/pmap.h
parent5f33f90d24e8c6aa3689da010e33cf37f17155f7 (diff)
downloadFreeBSD-src-26dccf5aecf4b4630533b19c1bccf3dabb93278a.zip
FreeBSD-src-26dccf5aecf4b4630533b19c1bccf3dabb93278a.tar.gz
Remove unused pv_list_count from the vm_page, and pm_count from the struct
pmap. Submitted by: Mark Tinguely
Diffstat (limited to 'sys/arm/include/pmap.h')
-rw-r--r--sys/arm/include/pmap.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/arm/include/pmap.h b/sys/arm/include/pmap.h
index 56b0d00..5eae652 100644
--- a/sys/arm/include/pmap.h
+++ b/sys/arm/include/pmap.h
@@ -94,7 +94,6 @@ struct pv_entry;
struct md_page {
int pvh_attrs;
- int pv_list_count;
TAILQ_HEAD(,pv_entry) pv_list;
};
@@ -131,7 +130,6 @@ struct pmap {
struct l1_ttable *pm_l1;
struct l2_dtable *pm_l2[L2_SIZE];
pd_entry_t *pm_pdir; /* KVA of page directory */
- int pm_count; /* reference count */
int pm_active; /* active on cpus */
struct pmap_statistics pm_stats; /* pmap statictics */
TAILQ_HEAD(,pv_entry) pm_pvlist; /* list of mappings in pmap */
OpenPOWER on IntegriCloud