From 2f4da8e71efe2c607bdfa327d079c9088d2946be Mon Sep 17 00:00:00 2001 From: alc Date: Thu, 17 Feb 2011 15:36:29 +0000 Subject: Remove pmap fields that are either unused or not fully implemented. Discussed with: kib --- sys/arm/include/pmap.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/arm') diff --git a/sys/arm/include/pmap.h b/sys/arm/include/pmap.h index 9acd558..701390a 100644 --- a/sys/arm/include/pmap.h +++ b/sys/arm/include/pmap.h @@ -134,8 +134,6 @@ struct pmap { struct l1_ttable *pm_l1; struct l2_dtable *pm_l2[L2_SIZE]; pd_entry_t *pm_pdir; /* KVA of page directory */ - uint32_t pm_gen_count; /* generation count (pmap lock dropped) */ - u_int pm_retries; cpumask_t pm_active; /* active on cpus */ struct pmap_statistics pm_stats; /* pmap statictics */ TAILQ_HEAD(,pv_entry) pm_pvlist; /* list of mappings in pmap */ -- cgit v1.1