Date: Thu, 29 Apr 1999 13:45:23 -0700 (PWT) From: Matthew Jacob <mjacob@feral.com> To: Doug Rabson <dfr@nlsystems.com> Cc: freebsd-alpha@freebsd.org Subject: Re: alpha -current kernel blowup... Message-ID: <Pine.LNX.4.04.9904291345030.30271-100000@feral.com> In-Reply-To: <Pine.BSF.4.05.9904292027360.41254-100000@herring.nlsystems.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Yup, that seemed to help. thanks. On Thu, 29 Apr 1999, Doug Rabson wrote: > On Thu, 29 Apr 1999, Matthew Jacob wrote: > > > > > today's config, today's kernel sources... > > This is known about. I think Bruce was going to fix it but this band-aid > might help (not tested): > > Index: locore.s > =================================================================== > RCS file: /home/ncvs/src/sys/alpha/alpha/locore.s,v > retrieving revision 1.6 > diff -u -r1.6 locore.s > --- locore.s 1998/11/28 09:55:15 1.6 > +++ locore.s 1999/04/28 20:33:01 > @@ -110,6 +110,7 @@ > * Switch to proc0's PCB, which is at U_PCB off of proc0paddr. > */ > lda t0,proc0 /* get phys addr of pcb */ > + stq t0,curproc /* initialise curproc */ > ldq a0,P_MD_PCBPADDR(t0) > SWITCH_CONTEXT > > > -- > Doug Rabson Mail: dfr@nlsystems.com > Nonlinear Systems Ltd. Phone: +44 181 442 9037 > > 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?Pine.LNX.4.04.9904291345030.30271-100000>