[PATCH] Get rid of __LT_SPINLOCK_INIT

Adhemerval Zanella azanella@linux.vnet.ibm.com
Mon Mar 17 15:32:00 GMT 2014


On 17-03-2014 12:18, Will Newton wrote:
> On 17 March 2014 13:55, Siddhesh Poyarekar <siddhesh@redhat.com> wrote:
>
> Hi Siddesh,
>
>> We got rid of LinuxThreads in 2005, but we didn't remove
>> __LT_SPINLOCK_INIT back then.  Do it now.
> This looks straightforward, however it seems the only arch that ever
> set __LT_SPINLOCK_INIT was hppa, so I assume this conditional was
> meant once upon a time to do something for hppa. I guess the patch is
> fine (as it does not change existing behaviour) but maybe someone who
> cares about hppa should verify that something isn't needed for that
> arch here.
>
Carlos O'Donnel is the maintainer for hppa. However, if you ever check on 
GLIBC (a simple grep), you will see __LT_SPINLOCK_INIT is never defined in
any arch config file and it was only defined by when glibc used linuxpthread.
So I think it safe to just get rid of it.



More information about the Libc-alpha mailing list