kernel - Implement segment pmap optimizations for x86-64 (2)
authorMatthew Dillon <dillon@apollo.backplane.com>
Thu, 13 Sep 2012 09:38:36 +0000 (02:38 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Thu, 13 Sep 2012 09:38:36 +0000 (02:38 -0700)
commit99c2cc558acf8f55930bcfd36c112e8953b5f89c
treedbb885f8dfb011588f7203f2732165148990d6a8
parentf3944ef19492cc7a21584b4edd0d4caf71b3b205
kernel - Implement segment pmap optimizations for x86-64 (2)

* Reorder code to fix an assertion when a non-optimized PT belonging
  to the process pmap needs to be replaced by an optimized PT belonging
  to a shared pmap.

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