ping ..
Shan Wei said, at 2012/11/19 13:21:
> From: Shan Wei
>
> __this_cpu_inc_return() or __this_cpu_dec generates a single instruction,
> which is faster than __get_cpu_var operation.
>
> Signed-off-by: Shan Wei
> ---
> kernel/trace/trace.c |4 ++--
> 1 files changed, 2 insertions
On Mon, 19 Nov 2012, Shan Wei wrote:
> __this_cpu_inc_return() or __this_cpu_dec generates a single instruction,
> which is faster than __get_cpu_var operation.
Reviewed-by: Christoph Lameter
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to m
From: Shan Wei
__this_cpu_inc_return() or __this_cpu_dec generates a single instruction,
which is faster than __get_cpu_var operation.
Signed-off-by: Shan Wei
---
kernel/trace/trace.c |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/kernel/trace/trace.c b/kernel/trac
3 matches
Mail list logo