Re: [tip:core/locking] locking/mutexes: Modify the way optimistic spinners are queued

2014-03-11 Thread Peter Zijlstra
On Tue, Mar 11, 2014 at 08:24:20AM -0700, Jason Low wrote: > On Tue, 2014-03-11 at 05:41 -0700, tip-bot for Jason Low wrote: > > > diff --git a/kernel/locking/mutex.c b/kernel/locking/mutex.c > > index e6d646b..82dad2c 100644 > > --- a/kernel/locking/mutex.c > > +++ b/kernel/locking/mutex.c > > @@

Re: [tip:core/locking] locking/mutexes: Modify the way optimistic spinners are queued

2014-03-11 Thread Jason Low
On Tue, 2014-03-11 at 05:41 -0700, tip-bot for Jason Low wrote: > diff --git a/kernel/locking/mutex.c b/kernel/locking/mutex.c > index e6d646b..82dad2c 100644 > --- a/kernel/locking/mutex.c > +++ b/kernel/locking/mutex.c > @@ -403,9 +403,9 @@ __mutex_lock_common(struct mutex *lock, long state, >

[tip:core/locking] locking/mutexes: Modify the way optimistic spinners are queued

2014-03-11 Thread tip-bot for Jason Low
Commit-ID: 47667fa1502e4d759df87e9cc7fbc0f202483361 Gitweb: http://git.kernel.org/tip/47667fa1502e4d759df87e9cc7fbc0f202483361 Author: Jason Low AuthorDate: Tue, 28 Jan 2014 11:13:13 -0800 Committer: Ingo Molnar CommitDate: Tue, 11 Mar 2014 12:14:53 +0100 locking/mutexes: Modify the wa