summaryrefslogtreecommitdiff
path: root/sys/alpha/include
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2003-04-10 18:42:06 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2003-04-10 18:42:06 +0000
commitd8fed0f0f2dfeaa8eb715365afb88aae8a9edc9d (patch)
tree237e9d55f239cfffcb590ff969956f3a238dc4a5 /sys/alpha/include
parent854e7ea788aaff12a4c2a377431bfbc97d9bb9ef (diff)
Notes
Diffstat (limited to 'sys/alpha/include')
-rw-r--r--sys/alpha/include/pmap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/alpha/include/pmap.h b/sys/alpha/include/pmap.h
index 981bea34cece..b64cee8e34c0 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;
};