diff options
author | alc <alc@FreeBSD.org> | 2004-07-16 03:42:45 +0000 |
---|---|---|
committer | alc <alc@FreeBSD.org> | 2004-07-16 03:42:45 +0000 |
commit | b89aa7ae3fe36fd58577692d8167156e891a56df (patch) | |
tree | a698360ba96998e261050500e211598731f74d92 /sys/ia64/include | |
parent | dec36cc079adf81c1ee83a5ef05bf2d89d3a2c6a (diff) | |
download | FreeBSD-src-b89aa7ae3fe36fd58577692d8167156e891a56df.zip FreeBSD-src-b89aa7ae3fe36fd58577692d8167156e891a56df.tar.gz |
Remove unused fields from the pmap.
Diffstat (limited to 'sys/ia64/include')
-rw-r--r-- | sys/ia64/include/pmap.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/ia64/include/pmap.h b/sys/ia64/include/pmap.h index 025180b..af2610e 100644 --- a/sys/ia64/include/pmap.h +++ b/sys/ia64/include/pmap.h @@ -72,10 +72,8 @@ struct md_page { struct pmap { TAILQ_HEAD(,pv_entry) pm_pvlist; /* list of mappings in pmap */ u_int32_t pm_rid[5]; /* base RID for pmap */ - int pm_flags; /* pmap flags */ int pm_active; /* active flag */ struct pmap_statistics pm_stats; /* pmap statistics */ - struct vm_page *pm_ptphint; /* pmap ptp hint */ }; typedef struct pmap *pmap_t; |