Date: Thu, 10 Jun 1999 13:41:02 -0700 (PDT) From: Dmitrij Tejblum <dt@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha fp_emulate.c machdep.c pmap.c prom.c trap.c vm_machdep.c Message-ID: <199906102041.NAA87107@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dt 1999/06/10 13:41:02 PDT Modified files: sys/alpha/alpha fp_emulate.c machdep.c pmap.c prom.c trap.c vm_machdep.c Log: Replace my previous fix of saving the FP state with a much simpler one: when we swap out fpcurproc, save its FP state. Suggested by: bde Revision Changes Path 1.5 +1 -2 src/sys/alpha/alpha/fp_emulate.c 1.45 +4 -11 src/sys/alpha/alpha/machdep.c 1.26 +8 -1 src/sys/alpha/alpha/pmap.c 1.6 +1 -4 src/sys/alpha/alpha/prom.c 1.16 +2 -6 src/sys/alpha/alpha/trap.c 1.16 +2 -4 src/sys/alpha/alpha/vm_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199906102041.NAA87107>