Re: [patch 0/8] mutex subsystem, -V6

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, 23 Dec 2005, Ingo Molnar wrote:

> this release picks up Arjan's asm/mutex.h implementation, which adds 
> asm-generic/mutex-dec.h, asm-generic/mutex-xchg.h for architectures to 
> pick up. i386 and x86_64 use their own optimized version already, the 
> other architectures default to mutex-xchg.h.

Great, this is in substance what I've been proposing for a while.

> Architectures specify the 
> following functions:
> 
>  -------------------------------------------------------------------
>  *  __mutex_fastpath_unlock - try to promote the mutex from 0 to 1
>  *  @count: pointer of type atomic_t
>  *  @fn: function to call if the original value was not 1
>  -------------------------------------------------------------------
The above should read "function to call if the original value was not 0".

> and __mutex_slowpath_needs_to_unlock(), to specify whether the fastpath 
> has touched the count or not.

Note that, in most cases (but not necessarily all of them) the count is 
always touched.  It should rather be "has set the count to 1 or not" to 
be precise..

> Nico, Christoph, does this approach work for you? Nico, you might want 
> to try an ARM-specific mutex.h implementation.

Yes, I'm happy.  And the ARM version will be sent your way soon.


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

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux