More cleanups + fix a bug when taking a write fault on a mapping that uses
authorMatthew Dillon <dillon@dragonflybsd.org>
Wed, 13 Sep 2006 18:12:18 +0000 (18:12 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Wed, 13 Sep 2006 18:12:18 +0000 (18:12 +0000)
commit72579d2efe1a9dc1481e28f07e642cdadd794c6a
treeed41844e99e64c933f531eeefab8ae59fef0ecbc
parent5e63d0be60805619411dc9313ebcac5f1c736ea4
More cleanups + fix a bug when taking a write fault on a mapping that uses
a virtual page table.  The page was not being pmap'd with the correct
permissions.
sys/vm/vm_fault.c