diff options
author | jhb <jhb@FreeBSD.org> | 2003-04-10 18:42:06 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2003-04-10 18:42:06 +0000 |
commit | 526c3912c0d2321a2bcb25de11e0b2e6abb7fd18 (patch) | |
tree | 237e9d55f239cfffcb590ff969956f3a238dc4a5 /sys/alpha/include | |
parent | e437fca0bdcd9a7f712b3c1a8eac0e38a67806fa (diff) | |
download | FreeBSD-src-526c3912c0d2321a2bcb25de11e0b2e6abb7fd18.zip FreeBSD-src-526c3912c0d2321a2bcb25de11e0b2e6abb7fd18.tar.gz |
- Kill the pv_flags member of the alpha mdpage since it stop being used
in rev 1.61 of pmap.c.
- Now that pmap_page_is_free() is empty and since it is just a hack for
the Alpha pmap, remove it.
Diffstat (limited to 'sys/alpha/include')
-rw-r--r-- | sys/alpha/include/pmap.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/alpha/include/pmap.h b/sys/alpha/include/pmap.h index 981bea3..b64cee8 100644 --- a/sys/alpha/include/pmap.h +++ b/sys/alpha/include/pmap.h @@ -161,7 +161,6 @@ struct pv_entry; struct md_page { int pv_list_count; - int pv_flags; TAILQ_HEAD(,pv_entry) pv_list; }; |