cvs commit: src/sys/i386/isa npx.c
Jeff Roberson
jroberson at chesapeake.net
Sun Mar 30 16:38:33 PST 2003
On Sun, 30 Mar 2003, Jeff Roberson wrote:
> jeff 2003/03/30 16:32:43 PST
>
> FreeBSD src repository
>
> Modified files:
> sys/i386/isa npx.c
> Log:
> - In npxsetregs don't set the floating point if td == fpcurthread not if
> curthread == fpcurthread. This is important when we're saving the fp
> state for a thread other than curthread as in from set_mcontext.
>
> Revision Changes Path
> 1.138 +1 -1 src/sys/i386/isa/npx.c
>
Shouldn't type up commit mail after smoking crack. This should read
something like
"in npxsetregs only set the floating point state if td == fpcurthread not
if curthread == fpcurthread".
More information about the cvs-src
mailing list