Subject: Re: CVS commit: syssrc
To: Tohru Nishimura <nisimura@netbsd.org>
From: Jason R Thorpe <thorpej@zembu.com>
List: port-mips
Date: 05/30/2000 21:52:12
On Tue, May 30, 2000 at 05:59:29PM -0700, Tohru Nishimura wrote:
> 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.
--
-- Jason R. Thorpe <thorpej@zembu.com>