[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
fix for sys/arch/i386/i386/machdep.c
- To: tech_(_at_)_openbsd_(_dot_)_org
- Subject: fix for sys/arch/i386/i386/machdep.c
- From: Ernest Hemingway <root_(_at_)_oc192_(_dot_)_net>
- Date: Mon, 12 Jan 1998 12:33:42 -0800 (PST)
Pentium Pro/II don't need the f00f workaround installed...
The f00f workaround section is only compiled in if I586_CPU is defined
so an I686_CPU only kernel won't compile unless this is done...
--- machdep.c.old Mon Jan 12 12:26:23 1998
+++ machdep.c Mon Jan 12 12:27:41 1998
@@ -631,7 +631,7 @@
intel586_cpu_setup(cpu_device)
const char *cpu_device;
{
-#if defined(I586_CPU) || defined(I686_CPU)
+#if defined(I586_CPU)
fix_f00f();
printf("%s: F00F bug workaround installed\n", cpu_device);
#endif
* chris at oc192.net
* please note that I am actually a cleverly disguised lizard.
* +01 541 330 7902
Visit your host, monkey.org