Subject: Re: LWP'ifying compat_irix
To: Emmanuel Dreyfus <manu@netbsd.org>
From: Jason R Thorpe <thorpej@wasabisystems.com>
List: port-sgimips
Date: 01/22/2003 09:49:03
On Wed, Jan 22, 2003 at 08:47:51AM +0100, Emmanuel Dreyfus wrote:

 > Go ahead and commit every fix you can, I'll do the testing. For the
 > share group stuff, we have to make a decision: do we keep it the way
 > it's working now, or do we use our new lwp for processes sharing memory
 > in a share group?

Well, these share groups still have the "all memory shared except for
one page" problem, right?  If so, then you can't use LWPs, since they
always reference the same vmspace of their process.

-- 
        -- Jason R. Thorpe <thorpej@wasabisystems.com>