Date: Thu, 29 Apr 1999 20:28:53 +0100 (BST) From: Doug Rabson <dfr@nlsystems.com> To: Matthew Jacob <mjacob@feral.com> Cc: freebsd-alpha@freebsd.org Subject: Re: alpha -current kernel blowup...
| raw e-mail | index | archive | help
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?>