patch-2.4.21 linux-2.4.21/arch/i386/kernel/bluesmoke.c
Next file: linux-2.4.21/arch/i386/kernel/dmi_scan.c
Previous file: linux-2.4.21/arch/i386/kernel/apm.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
2003-06-13 07:51:29.000000000 -0700
-  Orig file: 
linux-2.4.20/arch/i386/kernel/bluesmoke.c
-  Orig date: 
2002-08-02 17:39:42.000000000 -0700
diff -urN linux-2.4.20/arch/i386/kernel/bluesmoke.c linux-2.4.21/arch/i386/kernel/bluesmoke.c
@@ -221,7 +221,7 @@
 			/*
 			 *	AMD K7 machine check is Intel like
 			 */
-			if(c->x86 == 6)
+			if(c->x86 == 6 || c->x86 == 15)
 				intel_mcheck_init(c);
 			break;
 		case X86_VENDOR_INTEL:
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)