kernel - pmap (64bit) add missing wiring to fix panic
authorMatthew Dillon <dillon@apollo.backplane.com>
Wed, 26 Oct 2011 22:43:09 +0000 (15:43 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Wed, 26 Oct 2011 22:43:09 +0000 (15:43 -0700)
commit79ccbaaedf6d07d50409a8ec057976a25cda3874
tree788a91de9eb20fce1820c35ff27a9c94b1b33b2f
parent8f901ed8c5e62fb529eb8944758cee9e70f0ea5b
kernel - pmap (64bit) add missing wiring to fix panic

* When entering an unmanaged pte into a user pmap we have to bump the
  wiring count of the parent page table page.

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