Re: [PATCH 1/2] lockdep missing barrier()

2007-01-24 Thread Mathieu Desnoyers
* Andrew Morton ([EMAIL PROTECTED]) wrote: > On Tue, 16 Jan 2007 12:56:24 -0500 > Mathieu Desnoyers <[EMAIL PROTECTED]> wrote: > > > This patch adds a barrier() to lockdep.c lockdep_recursion updates. This > > variable behaves like the preemption count and should therefore use similar > > memory b

Re: [PATCH 1/2] lockdep missing barrier()

2007-01-23 Thread Andrew Morton
On Tue, 16 Jan 2007 12:56:24 -0500 Mathieu Desnoyers <[EMAIL PROTECTED]> wrote: > This patch adds a barrier() to lockdep.c lockdep_recursion updates. This > variable behaves like the preemption count and should therefore use similar > memory barriers. > > This patch applies on 2.6.20-rc4-git3. >

[PATCH 1/2] lockdep missing barrier()

2007-01-16 Thread Mathieu Desnoyers
This patch adds a barrier() to lockdep.c lockdep_recursion updates. This variable behaves like the preemption count and should therefore use similar memory barriers. This patch applies on 2.6.20-rc4-git3. Signed-off-by: Mathieu Desnoyers <[EMAIL PROTECTED]> --- a/kernel/lockdep.c +++ b/kernel/lo