MAP_VPAGETABLE support part 2/3.
authorMatthew Dillon <dillon@dragonflybsd.org>
Tue, 12 Sep 2006 22:03:12 +0000 (22:03 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Tue, 12 Sep 2006 22:03:12 +0000 (22:03 +0000)
commit75f59a66c3780fad3739cf9c41e16aa7ce09dc86
tree78a653c15c7ea0e747c675ad557ead7c1657b251
parent568e6804ae7d37f60f6c12dfec5442aa824aef8d
MAP_VPAGETABLE support part 2/3.

Implement preliminary virtual page table handling code in vm_fault.  This
code is strictly temporary so subsystem and userland interactions can be
tested, but the real code will be very similar.
sys/i386/i386/pmap.c
sys/platform/pc32/i386/pmap.c
sys/sys/ktr.h
sys/sys/vkernel.h [new file with mode: 0644]
sys/vm/vm_fault.c