Get most of the VKERNEL pmap handling code in.
authorMatthew Dillon <dillon@dragonflybsd.org>
Tue, 2 Jan 2007 04:24:26 +0000 (04:24 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Tue, 2 Jan 2007 04:24:26 +0000 (04:24 +0000)
commite4a473f16b5365434dbcfc93279ef6183c48625f
tree06ea070388ec4877f25d51b514daada6e509a61b
parentfbbaeba3d7ffaa1ceb95835a3864f45c7632b90e
Get most of the VKERNEL pmap handling code in.
15 files changed:
sys/config/VKERNEL
sys/platform/vkernel/conf/files
sys/platform/vkernel/i386/genassym.c
sys/platform/vkernel/i386/npx.c [new file with mode: 0644]
sys/platform/vkernel/i386/swtch.s [new file with mode: 0644]
sys/platform/vkernel/include/globaldata.h
sys/platform/vkernel/include/md_var.h
sys/platform/vkernel/include/pmap.h
sys/platform/vkernel/include/pmap_inval.h [copied from sys/platform/vkernel/include/md_var.h with 65% similarity]
sys/platform/vkernel/include/vmparam.h
sys/platform/vkernel/platform/copyio.c
sys/platform/vkernel/platform/globaldata.c
sys/platform/vkernel/platform/init.c
sys/platform/vkernel/platform/pmap.c [new file with mode: 0644]
sys/platform/vkernel/platform/pmap_inval.c [new file with mode: 0644]