On 06-Feb-02 Andrew Gallatin wrote:
> 
> Andrew Gallatin writes:
>  > 
>  > Since thread0 is no longer a pointer, this looks suspicious in locore.s:
>  > 
>  >         /*
>  >          * Switch to proc0's PCB.
>  >          */
>  >         ldq     t0,thread0              /* get phys addr of pcb */
>  >         ldq     a0,TD_MD_PCBPADDR(t0)
>  >         SWITCH_CONTEXT
> 
> Yeah.. that's it.  I hacked around it by taking thread0's address in
> machdep.c, shoving it into a global and using that global in locore.s
> The resulting kernel booted.
> 
> What's the "right" way to do this?

lda t0,thread0 maybe?

> Drew

-- 

John Baldwin <[EMAIL PROTECTED]>  <><  http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to