Hi!
On Wed, 29 Oct 2014 15:20:17 +, Julian Brown
wrote:
> On Tue, 28 Oct 2014 11:16:19 +
> Julian Brown wrote:
> > This patch rationalises TLS support by moving all thread-local
> > variables into a single structure. Because this meant interfering with
> > how per-thread/per-device init
Hi Julian!
On Tue, 28 Oct 2014 11:16:19 +, Julian Brown
wrote:
> This patch rationalises TLS support by moving all thread-local
> variables into a single structure. Because this meant interfering with
> how per-thread/per-device initialisation was done, I took the
> opportunity to tidy up a
On Tue, 28 Oct 2014 11:16:19 +
Julian Brown wrote:
> Hi,
>
> This patch rationalises TLS support by moving all thread-local
> variables into a single structure. Because this meant interfering with
> how per-thread/per-device initialisation was done, I took the
> opportunity to tidy up a coup
Hi,
This patch rationalises TLS support by moving all thread-local
variables into a single structure. Because this meant interfering with
how per-thread/per-device initialisation was done, I took the
opportunity to tidy up a couple of other bits along the way. Highlights
are:
- TLS support is now