summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2010-02-21 23:10:13 +0000
committermarcel <marcel@FreeBSD.org>2010-02-21 23:10:13 +0000
commit710af9deaa1ebb316e5b8db00ea500dcf67ff7bc (patch)
tree5d4dc455ca907a9890a338fd5d91e46ca0be3788 /sys/ia64/include
parenteeebe8a44933636e1b9b026d098555602bec035c (diff)
downloadFreeBSD-src-710af9deaa1ebb316e5b8db00ea500dcf67ff7bc.zip
FreeBSD-src-710af9deaa1ebb316e5b8db00ea500dcf67ff7bc.tar.gz
Remove pm_active from struct pmap as it serves no purpose.
MFC after: 1 week
Diffstat (limited to 'sys/ia64/include')
-rw-r--r--sys/ia64/include/pmap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/ia64/include/pmap.h b/sys/ia64/include/pmap.h
index e40d647..44079c8 100644
--- a/sys/ia64/include/pmap.h
+++ b/sys/ia64/include/pmap.h
@@ -76,7 +76,6 @@ struct pmap {
struct mtx pm_mtx;
TAILQ_HEAD(,pv_entry) pm_pvlist; /* list of mappings in pmap */
u_int32_t pm_rid[5]; /* base RID for pmap */
- int pm_active; /* active flag */
struct pmap_statistics pm_stats; /* pmap statistics */
};
OpenPOWER on IntegriCloud