Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Nov 2001 23:14:30 +0100
From:      Martijn Pronk <martijn@smartie.xs4all.nl>
To:        Andrew Gallatin <gallatin@cs.duke.edu>
Cc:        freebsd-alpha@FreeBSD.ORG
Subject:   Re: Panic while booting -current on Alpha AXPpci33
Message-ID:  <3C0561C6.7020506@smartie.xs4all.nl>
References:  <200111281447.fASEllC00667@obelix.smartie.xs4all.nl> <15365.22138.868333.964822@grasshopper.cs.duke.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
Andrew Gallatin wrote:

>
>I guess nobody has run with DIAGNOSTIC on since KSE went in..
>
Should I disable it?

>
>The alpha_fpstate_check(p) in trap looks bogus.
>Change it from:
>
>#ifdef DIAGNOSTIC
>        alpha_fpstate_check(p);
>#endif
>
>to
>
>#ifdef DIAGNOSTIC
>        alpha_fpstate_check(td);
>#endif
>
I saw it in sys/alpha/alpha/trap.c, and will change it.
It will probably take until tomorrow before a new  kernel is built.

Thanks,

Martijn


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-alpha" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3C0561C6.7020506>