From 0230aa3beaeb906f8a532a01ed18f65fda1a6721 Mon Sep 17 00:00:00 2001 From: Ollivier Robert Date: Sat, 20 Feb 1999 19:46:39 +0000 Subject: [PATCH] Bit 24 of the Feature Flag is FXSR (for Fast FP Save and Restore). Reminded by: Francis Dupont --- sys/amd64/amd64/identcpu.c | 4 ++-- sys/i386/i386/identcpu.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/amd64/amd64/identcpu.c b/sys/amd64/amd64/identcpu.c index 1ae1a862b208..f84b9fa773ec 100644 --- a/sys/amd64/amd64/identcpu.c +++ b/sys/amd64/amd64/identcpu.c @@ -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" "\027" "\030MMX" - "\031" + "\031FXSR" "\032" "\033" "\034" diff --git a/sys/i386/i386/identcpu.c b/sys/i386/i386/identcpu.c index 1ae1a862b208..f84b9fa773ec 100644 --- a/sys/i386/i386/identcpu.c +++ b/sys/i386/i386/identcpu.c @@ -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" "\027" "\030MMX" - "\031" + "\031FXSR" "\032" "\033" "\034"