看板 DFBSD_commit 關於我們 聯絡資訊
commit c4f8086e4f4a8ded9a44e2faaf7c52eb3f517ac2 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Tue Jul 7 20:12:52 2009 -0700 AMD64 - Enable floating point context switching The FP code was only partially enabled. Enable all the code. This fixes FP context switching between user processes. Summary of changes: sys/platform/pc64/amd64/genassym.c | 3 +++ sys/platform/pc64/amd64/machdep.c | 2 -- sys/platform/pc64/amd64/swtch.s | 12 ++++++------ sys/platform/pc64/amd64/vm_machdep.c | 4 ---- 4 files changed, 9 insertions(+), 12 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c4f8086e4f4a8ded9a44e2faaf7c52eb3f517ac2 -- DragonFly BSD source repository