diff options
| author | Alan Cox <alc@FreeBSD.org> | 2004-10-02 05:58:32 +0000 |
|---|---|---|
| committer | Alan Cox <alc@FreeBSD.org> | 2004-10-02 05:58:32 +0000 |
| commit | bbda1f18d9a62082d1baa436c29741cc6e6bb66a (patch) | |
| tree | 869676b3314dc610789f966b2b9673cad7f07d7e | |
| parent | c79b3b412be40fc476f114f8bd1aa2b18f43d486 (diff) | |
Notes
| -rw-r--r-- | sys/amd64/amd64/pmap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/amd64/amd64/pmap.c b/sys/amd64/amd64/pmap.c index 6af3729f98040..912bd526bb466 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 */ |
