mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-03 09:00:21 +00:00
Remove #endif forgotten in r328510.
Pointy hat: mmel
This commit is contained in:
parent
6403138990
commit
2b4c1a7ffc
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=328512
@ -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