"optimize" arm __pthread_self
authorRich Felker <dalias@aerifal.cx>
Fri, 23 Sep 2011 02:56:06 +0000 (22:56 -0400)
committerRich Felker <dalias@aerifal.cx>
Fri, 23 Sep 2011 02:56:06 +0000 (22:56 -0400)
commitd5bde7babb88f0279f3ad592d585f3f954090696
tree739fe4834c90fe720283f45e8021837ffd33396a
parent4b153ac42428447a148e6da543ebe6df017078db
"optimize" arm __pthread_self

actually this is just to avoid gcc being stupid and refusing to inline
the function version, even when the size cost is essentially identical
whether it's inlined or not.
arch/arm/pthread_arch.h