This needs to happen, as the flag can't be external everywhere <g>:
--- linux-2.0.32/include/asm/bugs.h.orig Sun Nov 16 11:52:27 1997
+++ linux/include/asm/bugs.h Sun Nov 16 12:07:42 1997
@@ -129,7 +129,7 @@
* All current models of Pentium and Pentium with MMX technology CPUs
* have the F0 0F bug, which lets nonpriviledged users lock up the system:
*/
-extern int pentium_f00f_bug;
+int pentium_f00f_bug;
extern void trap_init_f00f_bug(void);
static void check_pentium_f00f(void)
Steve