On Mon, 9 Jul 2001, Chris Wedgwood wrote:
> Actually you merged that with Linus a few revisions back iirc.
> I don't see it for K7/AMD:
> cw:tty5@tapu(kernel)$ grep machine_check\(struct\ pt bluesmoke.c
> static void intel_machine_check(struct pt_regs * regs, long error_code)
There is no K7 specific implementation. It's the same as the Intel MSRs.
>From the comment in the file:
case X86_VENDOR_AMD:
/*
* AMD K7 machine check is Intel like
*/
if(c->x86 == 6)
intel_mcheck_init(c);
break;
regards,
Dave.
--
| Dave Jones. http://www.suse.de/~davej
| SuSE Labs
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/