summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1998-12-10 01:49:01 +0000
committersteve <steve@FreeBSD.org>1998-12-10 01:49:01 +0000
commit02113f36ef21f4f409b841632021b53280743a2d (patch)
treeab65dfe24788887af225b84292161b2acfaf69ad /sys/amd64
parent8eb47d2ff9466e81c313976f551cbb247057b382 (diff)
downloadFreeBSD-src-02113f36ef21f4f409b841632021b53280743a2d.zip
FreeBSD-src-02113f36ef21f4f409b841632021b53280743a2d.tar.gz
Cleanup up the wording for the F00F bug workaround message.
PR: 8041 Submitted by: Dan Nelson <dnelson@emsphone.com>
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/machdep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/amd64/machdep.c b/sys/amd64/amd64/machdep.c
index bcb5ba5..3af1917 100644
--- a/sys/amd64/amd64/machdep.c
+++ b/sys/amd64/amd64/machdep.c
@@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)machdep.c 7.4 (Berkeley) 6/3/91
- * $Id: machdep.c,v 1.316 1998/11/26 18:50:22 eivind Exp $
+ * $Id: machdep.c,v 1.317 1998/12/02 08:15:16 kato Exp $
*/
#include "apm.h"
@@ -1615,7 +1615,7 @@ f00f_hack(void *unused) {
if (!has_f00f_bug)
return;
- printf("Intel Pentium F00F detected, installing workaround\n");
+ printf("Intel Pentium detected, installing workaround for F00F bug\n");
r_idt.rd_limit = sizeof(idt) - 1;
OpenPOWER on IntegriCloud