mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Cleanup up the wording for the F00F bug workaround message.
PR: 8041 Submitted by: Dan Nelson <dnelson@emsphone.com>
This commit is contained in:
parent
efb73e5aca
commit
b6e744b572
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=41629
2 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue