Re: [patch 04/15] Generic Mutex Subsystem, add-atomic-call-func-x86_64.patch

From: Ingo Molnar
Date: Wed Dec 21 2005 - 01:26:04 EST



* Nicolas Pitre <nico@xxxxxxx> wrote:

> > Please consider using (a variant of) xchg() instead. Although
> > atomic_dec() is available on all architectures, its implementation is
> > far from being the most efficient thing to do for them all.
>
> Actually, the best thing to do is to let the architecture do what is
> the most efficient. [...]

i have already added something similar. Furthermore, i have also
eliminated the CMPXCHG requirement from MUTEX_FASTPATH, which should
open ARM up to the generic lockless fastpath. (but you can still choose
to reimplement it in the architecture) I'll send a new queue later
today.

Ingo
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/