Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Nov 2001 16:26:18 -0500 (EST)
From:      Andrew Gallatin <gallatin@cs.duke.edu>
To:        Martijn Pronk <martijn@smartie.xs4all.nl>
Cc:        freebsd-alpha@freebsd.org
Subject:   Re: Panic while booting -current on Alpha AXPpci33
Message-ID:  <15365.22138.868333.964822@grasshopper.cs.duke.edu>
In-Reply-To: <200111281447.fASEllC00667@obelix.smartie.xs4all.nl>
References:  <200111281447.fASEllC00667@obelix.smartie.xs4all.nl>

next in thread | previous in thread | raw e-mail | index | archive | help

Martijn Pronk writes:
 > 
 > alpha_fpstate_check() at alpha_fpstate_check+0x20
 > syscall() at syscall+0xec
 > XentSys() at XentSys+0x64
 > --- syscall (24, FreeBSD ELF, getuid) ---
 > --- user mode ---
 > 

I guess nobody has run with DIAGNOSTIC on since KSE went in..

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


And let us know if that works.

Drew

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?15365.22138.868333.964822>