From owner-freebsd-alpha Sat Jul 14 9:34:39 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from beppo.feral.com (beppo.feral.com [192.67.166.79]) by hub.freebsd.org (Postfix) with ESMTP id 07E1537B403 for ; Sat, 14 Jul 2001 09:34:37 -0700 (PDT) (envelope-from mjacob@feral.com) Received: from beppo (mjacob@beppo [192.67.166.79]) by beppo.feral.com (8.11.3/8.11.3) with ESMTP id f6EGYTS87141; Sat, 14 Jul 2001 09:34:32 -0700 (PDT) (envelope-from mjacob@feral.com) Date: Sat, 14 Jul 2001 09:34:29 -0700 (PDT) From: Matthew Jacob X-Sender: mjacob@beppo Reply-To: mjacob@feral.com To: Peter Wemm Cc: alpha@FreeBSD.ORG Subject: Re: For those with persistant alpha trouble.... In-Reply-To: <20010714125907.79389380B@overcee.netplex.com.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Cool. How did you guess this? On Sat, 14 Jul 2001, Peter Wemm wrote: > This appears to have fixed beast.freebsd.org: > > Index: interrupt.c > =================================================================== > RCS file: /home/ncvs/src/sys/alpha/alpha/interrupt.c,v > retrieving revision 1.53 > diff -u -r1.53 interrupt.c > --- interrupt.c 2001/06/04 00:52:09 1.53 > +++ interrupt.c 2001/07/14 11:56:37 > @@ -444,7 +444,7 @@ > "alpha_dispatch_intr: disabling vector 0x%x", i->vector); > ithd->it_disable(ithd->it_vector); > } > - error = ithread_schedule(ithd, !cold); > + error = ithread_schedule(ithd, 0); > KASSERT(error == 0, ("got an impossible stray interrupt")); > } > > > > The other alpha I have access to right now (UP2000 - SMP 2x21264) doesn't > seem to care either way - it seems to work ok. beast.freebsd.org (Miata > MX5 - PWS500au) absolutely will not build world without it. > > I would be curious to know if this solves any other persistant crashing > machines. > > Cheers, > -Peter > -- > Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au > "All of this is for nothing if we don't go to the stars" - JMS/B5 > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-alpha" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message