Re: Boot Failure

Keith Owens (kaos@ocs.com.au)
Sun, 05 Aug 2001 11:54:05 +1000


On Sat, 04 Aug 2001 15:26:04 -0400,
LeRoy Cressy <lcressy@telocity.com> wrote:
>Starting with kernel 2.4.5 the system refused to boot with the following
>messages:
>2.4.7:
>
>CPU #0: Machine check exception 0x 106B60 (type 0x 9).

In arch/i386/kernel/bluesmoke.c, function intel_mcheck_init, find
if(c->x86 == 5)
{
and insert 'return;' after '{'. The P5 machine check handler does not
work for all systems, reason unknown.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/