kernel - Fix machdep.pmap_mmu_optimize bug
authorMatthew Dillon <dillon@apollo.backplane.com>
Fri, 17 Feb 2017 21:40:24 +0000 (13:40 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Fri, 17 Feb 2017 21:40:24 +0000 (13:40 -0800)
commit48a1ce075fc1bffcbdc42d8b94093ee13e469a04
tree4ca8c2f54ad1e40509c100b31a7743f77e394a3d
parenteebbd1f84eca86ce30cacef55b77999edb955114
kernel - Fix machdep.pmap_mmu_optimize bug

* Fix bug introduced by the recent pv_entry rewrite when MMU segment
  optimization is enabled.

Reported-by: sephe
sys/platform/pc64/x86_64/pmap.c