cvs commit: src/sys/i386/i386 sys_machdep.c

Daniel Eischen eischen at vigrid.com
Tue Aug 5 23:01:06 PDT 2003


On Tue, 5 Aug 2003, Julian Elischer wrote:

> 
> I have to look at your new patch later.
> 
> I  think I liked the first one more....
> all that had to be changed was 
> to add
> #if __i386__
> 	struct pthread *self
> #endif
> at the head of struct pthread. (I think)

Yeah, I don't like that though because it dirties up MI code
that would otherwise be clean.  The second patch is very
similar to how libpthread does it.

But whatever; we've probably given Mike more than enough.
We can just let him go off and do it _his_ way :-)

-- 
Dan Eischen



More information about the freebsd-threads mailing list