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/mips/include/pmap.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/mips/include/pmap.h') diff --git a/sys/mips/include/pmap.h b/sys/mips/include/pmap.h index 795de44..10623a8 100644 --- a/sys/mips/include/pmap.h +++ b/sys/mips/include/pmap.h @@ -79,8 +79,6 @@ struct pmap { pd_entry_t *pm_segtab; /* KVA of segment table */ TAILQ_HEAD(, pv_entry) pm_pvlist; /* list of mappings in * pmap */ - uint32_t pm_gen_count; /* generation count (pmap lock dropped) */ - u_int pm_retries; cpumask_t pm_active; /* active on cpus */ struct { u_int32_t asid:ASID_BITS; /* TLB address space tag */ -- cgit v1.1