This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Get rid of __LT_SPINLOCK_INIT


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]