Sync with sys/i386/i386/machdep.c revision 1.317.
This commit is contained in:
parent
ed744c4e51
commit
e4a8d41703
@ -35,7 +35,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)machdep.c 7.4 (Berkeley) 6/3/91
|
||||
* $Id: machdep.c,v 1.100 1998/11/06 08:07:32 kato Exp $
|
||||
* $Id: machdep.c,v 1.101 1998/12/02 08:15:17 kato Exp $
|
||||
*/
|
||||
|
||||
#include "apm.h"
|
||||
@ -1669,7 +1669,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.100 1998/11/06 08:07:32 kato Exp $
|
||||
* $Id: machdep.c,v 1.101 1998/12/02 08:15:17 kato Exp $
|
||||
*/
|
||||
|
||||
#include "apm.h"
|
||||
@ -1669,7 +1669,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…
x
Reference in New Issue
Block a user