FPU/SSE state saving on taskswitching, FPU and SSE exception support.
authorGregor Anich <blight@blight.eu.org>
Sat, 20 Nov 2004 23:46:37 +0000 (23:46 +0000)
committerGregor Anich <blight@blight.eu.org>
Sat, 20 Nov 2004 23:46:37 +0000 (23:46 +0000)
commit8119f6f3845035a2bce1d3915ce2533685910cd4
treebe9cd733fb083b441187cf75b91fa36d37684b52
parentede5e4a1f9a7a0ec6a562c59a698c894a17d9642
FPU/SSE state saving on taskswitching, FPU and SSE exception support.

svn path=/trunk/; revision=11728
21 files changed:
reactos/include/ntos/tss.h
reactos/ntoskrnl/include/internal/i386/fpu.h
reactos/ntoskrnl/include/internal/i386/ke.h
reactos/ntoskrnl/include/internal/i386/ps.h
reactos/ntoskrnl/include/internal/trap.h
reactos/ntoskrnl/include/ntoskrnl.h
reactos/ntoskrnl/ke/i386/bthread.S
reactos/ntoskrnl/ke/i386/exp.c
reactos/ntoskrnl/ke/i386/fpu.c
reactos/ntoskrnl/ke/i386/kernel.c
reactos/ntoskrnl/ke/i386/multiboot.S
reactos/ntoskrnl/ke/i386/thread.c
reactos/ntoskrnl/ke/i386/trap.s
reactos/ntoskrnl/ke/i386/tskswitch.S
reactos/ntoskrnl/ke/i386/tss.c
reactos/ntoskrnl/ke/i386/v86m_sup.S
reactos/ntoskrnl/ke/main.c
reactos/ntoskrnl/ps/debug.c
reactos/ntoskrnl/ps/i386/continue.c
reactos/ntoskrnl/ps/kill.c
reactos/ntoskrnl/ps/w32call.c