Subject: CVS commit: syssrc/sys/arch/i386/isa
To: None <source-changes@netbsd.org>
From: IWAMOTO Toshihiro <toshii@netbsd.org>
List: source-changes
Date: 01/08/2002 15:31:05
Module Name: syssrc
Committed By: toshii
Date: Tue Jan 8 13:31:05 UTC 2002
Modified Files:
syssrc/sys/arch/i386/isa: npx.c
Log Message:
Remove fwait after fxsave.
Raising math exception from fpu_save causes machine reboots.
Also, this fwait would cause incorrect results, as pending exceptions
are to be handled later after fxrstor.
To generate a diff of this commit:
cvs rdiff -r1.82 -r1.83 syssrc/sys/arch/i386/isa/npx.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.