summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2004-07-20 02:40:56 +0000
committeralc <alc@FreeBSD.org>2004-07-20 02:40:56 +0000
commit55d33c6b7dc0f7c039dfb25abdfd9a79be406646 (patch)
treebcbee74b9d0aeb48f6067bec4573353f4679624d /sys/amd64/include
parenta6357c5bada7093460c7ed80c447164dfb7b7425 (diff)
downloadFreeBSD-src-55d33c6b7dc0f7c039dfb25abdfd9a79be406646.zip
FreeBSD-src-55d33c6b7dc0f7c039dfb25abdfd9a79be406646.tar.gz
Remove the allpmaps list. It's unused.
Reviewed by: peter@
Diffstat (limited to 'sys/amd64/include')
-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 f4696f9..15b91c9 100644
--- a/sys/amd64/include/pmap.h
+++ b/sys/amd64/include/pmap.h
@@ -226,7 +226,6 @@ struct pmap {
u_int pm_active; /* active on cpus */
/* spare u_int here due to padding */
struct pmap_statistics pm_stats; /* pmap statistics */
- LIST_ENTRY(pmap) pm_list; /* List of all pmaps */
};
typedef struct pmap *pmap_t;
OpenPOWER on IntegriCloud