F00F...

Petr Vandrovec Ing. VTEI (VANDROVE@vc.cvut.cz)
Wed, 2 Sep 1998 12:45:51 MET-1


Hello,
I think that followig patch can help those who have SMP kernel
and F00F Pentium and new kernels does not show it in cpuinfo.
Problem is that check_bugs is called after processors are started
and it is not good idea. I've tested in only on UNI motherboard,
but I think that this must work. Patch is against 2.1.120pre3.
Best regards,
Petr Vandrovec
vandrove@vc.cvut.cz


--- linux/init/main.c.orig Wed Sep 2 12:41:12 1998
+++ linux/init/main.c Wed Sep 2 12:41:32 1998
@@ -1114,11 +1114,11 @@
#endif
printk("POSIX conformance testing by UNIFIX\n");

+ check_bugs();
+
#ifdef __SMP__
smp_init();
#endif
-
- check_bugs();

#if defined(CONFIG_MTRR) /* Do this after SMP initialization */
/*

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html