summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorattilio <attilio@FreeBSD.org>2013-03-11 10:49:02 +0000
committerattilio <attilio@FreeBSD.org>2013-03-11 10:49:02 +0000
commit32a3275e771047e681f39d6bb4f4a64b6450c89d (patch)
tree6ce0397232fdc19813806074a0960777e4989c92 /sys/amd64
parent2c9c7618862694a596a19b1c9890c0619bb01afb (diff)
parent4b8721f1cb3a38254dd8c04d82992bb16fa2e7e7 (diff)
downloadFreeBSD-src-32a3275e771047e681f39d6bb4f4a64b6450c89d.zip
FreeBSD-src-32a3275e771047e681f39d6bb4f4a64b6450c89d.tar.gz
MFC
Diffstat (limited to 'sys/amd64')
-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 40754af..3a90535 100644
--- a/sys/amd64/amd64/pmap.c
+++ b/sys/amd64/amd64/pmap.c
@@ -670,7 +670,6 @@ pmap_bootstrap(vm_paddr_t *firstaddr)
*/
PMAP_LOCK_INIT(kernel_pmap);
kernel_pmap->pm_pml4 = (pdp_entry_t *)PHYS_TO_DMAP(KPML4phys);
- kernel_pmap->pm_root = NULL;
CPU_FILL(&kernel_pmap->pm_active); /* don't allow deactivation */
TAILQ_INIT(&kernel_pmap->pm_pvchunk);
OpenPOWER on IntegriCloud