Subject: Re: CVS commit: syssrc
To: None <port-mips@netbsd.org>
From: Toru Nishimura <nisimura@itc.aist-nara.ac.jp>
List: port-mips
Date: 05/31/2000 14:22:07
>> Modified Files:
>>      syssrc/sys/arch/mips/mips: fp.S fpemu.c
>> 
>>  Log Message:
>> Replace fpcurproc->p_addr-> references with curpcb->.
>
> This is wrong for the multiprocessor case, BTW.  The processor may
> have an FPU context for a process running on a different CPU.

fpcurproc does not follow FPA owner process for Vr4100/TX3900 anymore.
And, they are unlikely to be a component of MP system. 

Tohru Nishimura