summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/pmap.h
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2008-01-06 18:51:04 +0000
committeralc <alc@FreeBSD.org>2008-01-06 18:51:04 +0000
commitdb37482a35aaa205cb6c00d9849efc85f08bc395 (patch)
tree8762828459c313b67547d97457575c9f8de65622 /sys/amd64/include/pmap.h
parent78269e8b8c1d1dc58c9027c22746a12ed54592cb (diff)
downloadFreeBSD-src-db37482a35aaa205cb6c00d9849efc85f08bc395.zip
FreeBSD-src-db37482a35aaa205cb6c00d9849efc85f08bc395.tar.gz
Shrink the size of struct vm_page on amd64 and i386 by eliminating
pv_list_count from struct md_page. Ever since Peter rewrote the pv entry allocator for amd64 and i386 pv_list_count has been correctly maintained but otherwise unused.
Diffstat (limited to 'sys/amd64/include/pmap.h')
-rw-r--r--sys/amd64/include/pmap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/amd64/include/pmap.h b/sys/amd64/include/pmap.h
index 9b147f7..61c4db6 100644
--- a/sys/amd64/include/pmap.h
+++ b/sys/amd64/include/pmap.h
@@ -231,7 +231,6 @@ struct pv_entry;
struct pv_chunk;
struct md_page {
- int pv_list_count;
TAILQ_HEAD(,pv_entry) pv_list;
};
OpenPOWER on IntegriCloud