Re: [PATCH v4 5/9] kernel: padata : use __this_cpu_read per-cpu helper

2012-11-12 Thread Herbert Xu
On Tue, Nov 13, 2012 at 08:27:03AM +0100, Steffen Klassert wrote: > On Tue, Nov 13, 2012 at 09:52:33AM +0800, Shan Wei wrote: > > From: Shan Wei > > > > For bottom halves off, __this_cpu_read is better. > > > > Signed-off-by: Shan Wei > > Reviewed-by: Christoph Lameter > > Acked-by: Steffen K

Re: [PATCH v4 5/9] kernel: padata : use __this_cpu_read per-cpu helper

2012-11-12 Thread Steffen Klassert
On Tue, Nov 13, 2012 at 09:52:33AM +0800, Shan Wei wrote: > From: Shan Wei > > For bottom halves off, __this_cpu_read is better. > > Signed-off-by: Shan Wei > Reviewed-by: Christoph Lameter Acked-by: Steffen Klassert Herbert, are you going to take this one? -- To unsubscribe from this list

[PATCH v4 5/9] kernel: padata : use __this_cpu_read per-cpu helper

2012-11-12 Thread Shan Wei
From: Shan Wei For bottom halves off, __this_cpu_read is better. Signed-off-by: Shan Wei Reviewed-by: Christoph Lameter --- no changes vs v4. --- kernel/padata.c |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/kernel/padata.c b/kernel/padata.c index 89fe3d1..072f4