1
0
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:
Michal Meloun 2018-01-28 15:33:32 +00:00
parent 6403138990
commit 2b4c1a7ffc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=328512

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);