Get floating point working in virtual kernels. Add a feature that allows
authorMatthew Dillon <dillon@dragonflybsd.org>
Tue, 9 Jan 2007 23:34:06 +0000 (23:34 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Tue, 9 Jan 2007 23:34:06 +0000 (23:34 +0000)
commit431d0feffbaa4f5e66b1f9646d2bb780a99daf3f
tree82854ef9ad3aeb1116d8c10597ecba80515d29c3
parent926a7bdbc65a8d0824eb87cacc85257ae9fc5b7f
Get floating point working in virtual kernels.  Add a feature that allows
the virtual kernel to request that the real kernel return a T_DNA fault
if an emulated user context attempts to use the FP unit.
15 files changed:
sys/cpu/i386/include/npx.h
sys/cpu/i386/include/pmap.h
sys/cpu/i386/include/vframe.h
sys/platform/pc32/i386/bcopy.s
sys/platform/pc32/i386/trap.c
sys/platform/pc32/include/md_var.h
sys/platform/pc32/include/pcb.h
sys/platform/pc32/isa/npx.c
sys/platform/vkernel/i386/npx.c
sys/platform/vkernel/i386/trap.c
sys/platform/vkernel/i386/vm_machdep.c
sys/platform/vkernel/include/md_var.h
sys/platform/vkernel/include/pcb.h
sys/sys/systm.h
sys/vm/vm_vmspace.c