diff options
-rw-r--r-- | sys/amd64/amd64/pmap.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/amd64/amd64/pmap.c b/sys/amd64/amd64/pmap.c index bbb50a8..9bfb2ab 100644 --- a/sys/amd64/amd64/pmap.c +++ b/sys/amd64/amd64/pmap.c @@ -573,8 +573,6 @@ pmap_bootstrap(vm_paddr_t *firstaddr) virtual_avail = va; - *CMAP1 = 0; - invltlb(); /* Initialize the PAT MSR. */ |