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 2/3] Add adaptive elision to rwlocks v2


From: Andi Kleen <andi@firstfloor.org>
Date: Sat, 14 Jun 2014 00:46:33 +0200

> On Fri, Jun 13, 2014 at 11:17:32PM +0200, Andreas Schwab wrote:
>> Andi Kleen <andi@firstfloor.org> writes:
>> 
>> > @@ -22,6 +22,7 @@
>> >  #include <pthread.h>
>> >  #include <pthreadP.h>
>> >  #include <stap-probe.h>
>> > +#include <elide.h>
>> 
>> pthread_rwlock_rdlock.c:25:19: fatal error: elide.h: No such file or directory
>>  #include <elide.h>
> 
> On what platform is that? Perhaps the fallback file got lost.

Every platform other than x86.


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