Date: Sat, 14 Jul 2001 09:34:29 -0700 (PDT) From: Matthew Jacob <mjacob@feral.com> To: Peter Wemm <peter@wemm.org> Cc: alpha@FreeBSD.ORG Subject: Re: For those with persistant alpha trouble.... Message-ID: <Pine.BSF.4.21.0107140934230.87022-100000@beppo> In-Reply-To: <20010714125907.79389380B@overcee.netplex.com.au>
index | next in thread | previous in thread | raw e-mail
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
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0107140934230.87022-100000>
