Remove #endif forgotten in r328510.
Pointy hat: mmel
This commit is contained in:
parent
68dc6ec9c9
commit
715591cf86
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user