diff options
| author | Doug Rabson <dfr@FreeBSD.org> | 2001-07-24 07:13:07 +0000 |
|---|---|---|
| committer | Doug Rabson <dfr@FreeBSD.org> | 2001-07-24 07:13:07 +0000 |
| commit | d4127edb9deb10b2fbd0d0708ed32aff996d340a (patch) | |
| tree | 009e3da4b45b743b1f15b9eb4bf59010f382c151 /sys/alpha/include/pmap.h | |
| parent | 5007eafa5e5d88991afbd6e7232ca37cf608149b (diff) | |
Notes
Diffstat (limited to 'sys/alpha/include/pmap.h')
| -rw-r--r-- | sys/alpha/include/pmap.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/alpha/include/pmap.h b/sys/alpha/include/pmap.h index 886627c4b5e0f..055ea367ab7d0 100644 --- a/sys/alpha/include/pmap.h +++ b/sys/alpha/include/pmap.h @@ -165,15 +165,11 @@ struct md_page { TAILQ_HEAD(,pv_entry) pv_list; }; -#define PV_TABLE_MOD 0x01 /* modified */ -#define PV_TABLE_REF 0x02 /* referenced */ - struct pmap { pt_entry_t *pm_lev1; /* KVA of lev0map */ vm_object_t pm_pteobj; /* Container for pte's */ TAILQ_HEAD(,pv_entry) pm_pvlist; /* list of mappings in pmap */ int pm_count; /* reference count */ - int pm_flags; /* pmap flags */ u_int32_t pm_active; /* active cpus */ struct { u_int32_t asn:8; /* address space number */ |
