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

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)