Re: CVS commit: src (_UC_TLSBASE)

2012-09-12 Thread Emmanuel Dreyfus
On Wed, Sep 12, 2012 at 07:48:52AM -0700, Matt Thomas wrote: > Actually, several don't. arm doesn't, mips doesn't, vax doesn't, > m68k doesn't. They may be others. Are we talking about the same things? All these ports arlready did it conditionally on _UC_TLSBASE: src/sys/arch/arm/arm/sig_machde

Re: CVS commit: src (_UC_TLSBASE)

2012-09-12 Thread Matt Thomas
On Sep 12, 2012, at 12:26 AM, Emmanuel Dreyfus wrote: > On Tue, Sep 11, 2012 at 11:20:47PM -0700, Matt Thomas wrote: >> _UC_TLSBASE is an MD thing. > > iMO it is a MI interface with a MD implementation. It just says whether > TLS is part of struct mcontext or not. The MD code can handle that in