Remove #endif forgotten in r328510.

Pointy hat: mmel
This commit is contained in:
mmel 2018-01-28 15:33:32 +00:00
parent 68dc6ec9c9
commit 715591cf86

View File

@ -3070,7 +3070,6 @@ pmap_enter(pmap_t pmap, vm_offset_t va, vm_page_t m, vm_prot_t prot,
"pmap %p va 0x%#lx pte 0x%lx",
__func__, pmap, va, new_l3);
}
#endif
} else {
/* New mappig */
pmap_load_store(l3, new_l3);