summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2004-10-02 05:58:32 +0000
committeralc <alc@FreeBSD.org>2004-10-02 05:58:32 +0000
commitde84da46734ad3ae0c223c2a85c755efc6046983 (patch)
tree869676b3314dc610789f966b2b9673cad7f07d7e
parentcb28f451c07edd0a211b44194a6b33ccfa6c22d1 (diff)
downloadFreeBSD-src-de84da46734ad3ae0c223c2a85c755efc6046983.zip
FreeBSD-src-de84da46734ad3ae0c223c2a85c755efc6046983.tar.gz
Remove an unused declaration. (I should have included this change in
revision 1.486.)
-rw-r--r--sys/amd64/amd64/pmap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/amd64/amd64/pmap.c b/sys/amd64/amd64/pmap.c
index 6af3729..912bd52 100644
--- a/sys/amd64/amd64/pmap.c
+++ b/sys/amd64/amd64/pmap.c
@@ -160,7 +160,6 @@ __FBSDID("$FreeBSD$");
#endif
struct pmap kernel_pmap_store;
-LIST_HEAD(pmaplist, pmap);
vm_paddr_t avail_start; /* PA of first available physical page */
vm_paddr_t avail_end; /* PA of last available physical page */
OpenPOWER on IntegriCloud