Bit 24 of the Feature Flag is FXSR (for Fast FP Save and Restore).

Reminded by: Francis Dupont <Francis.Dupont@inria.fr>
This commit is contained in:
Ollivier Robert 1999-02-20 19:46:39 +00:00
parent 7d0d9122c9
commit 0230aa3bea
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=44168
2 changed files with 4 additions and 4 deletions

View File

@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* from: Id: machdep.c,v 1.193 1996/06/18 01:22:04 bde Exp
* $Id: identcpu.c,v 1.57 1999/01/16 13:41:33 kato Exp $
* $Id: identcpu.c,v 1.58 1999/02/04 16:48:25 kato Exp $
*/
#include "opt_cpu.h"
@ -547,7 +547,7 @@ printcpuinfo(void)
"\026<b21>"
"\027<b22>"
"\030MMX"
"\031<b24>"
"\031FXSR"
"\032<b25>"
"\033<b26>"
"\034<b27>"

View File

@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* from: Id: machdep.c,v 1.193 1996/06/18 01:22:04 bde Exp
* $Id: identcpu.c,v 1.57 1999/01/16 13:41:33 kato Exp $
* $Id: identcpu.c,v 1.58 1999/02/04 16:48:25 kato Exp $
*/
#include "opt_cpu.h"
@ -547,7 +547,7 @@ printcpuinfo(void)
"\026<b21>"
"\027<b22>"
"\030MMX"
"\031<b24>"
"\031FXSR"
"\032<b25>"
"\033<b26>"
"\034<b27>"