This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH 2/3] Add adaptive elision to rwlocks v2
- From: Andi Kleen <andi at firstfloor dot org>
- To: Andreas Schwab <schwab at linux-m68k dot org>
- Cc: Andi Kleen <andi at firstfloor dot org>, libc-alpha at sourceware dot org, carlos at redhat dot com, Andi Kleen <ak at linux dot intel dot com>
- Date: Sat, 14 Jun 2014 18:28:29 +0200
- Subject: Re: [PATCH 2/3] Add adaptive elision to rwlocks v2
- Authentication-results: sourceware.org; auth=none
- References: <1402532621-26622-1-git-send-email-andi at firstfloor dot org> <1402532621-26622-3-git-send-email-andi at firstfloor dot org> <87y4x0y0er dot fsf at igel dot home> <20140613224633 dot GC5714 at two dot firstfloor dot org> <20140613225920 dot GD5714 at two dot firstfloor dot org> <m2oaxwt1h4 dot fsf at linux-m68k dot org>
On Sat, Jun 14, 2014 at 09:05:43AM +0200, Andreas Schwab wrote:
> Andi Kleen <andi@firstfloor.org> writes:
>
> > 2014-06-13 Andi Kleen <ak@linux.intel.com>
> >
> > * sysdeps/generic/elide.h
> > (ELIDE_LOCK, ELIDE_TRYLOCK, ELIDE_UNLOCK): Add fallback macros.
>
> This is a new file, so write that.
Thanks. I pushed the commit now with this change, to unbreak everyone's
build.
-Andi