Re: [PATCH 5/9] ftrace: use this_cpu_ptr per-cpu helper

2012-10-31 Thread Christoph Lameter
On Wed, 31 Oct 2012, Shan Wei wrote: > diff --git a/include/trace/ftrace.h b/include/trace/ftrace.h > index a763888..7c9fde7 100644 > --- a/include/trace/ftrace.h > +++ b/include/trace/ftrace.h > @@ -638,7 +638,6 @@ __attribute__((section("_ftrace_events"))) > *__event_##call = &event_##call >

[PATCH 5/9] ftrace: use this_cpu_ptr per-cpu helper

2012-10-31 Thread Shan Wei
From: Shan Wei Signed-off-by: Shan Wei --- include/trace/ftrace.h |4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/include/trace/ftrace.h b/include/trace/ftrace.h index a763888..7c9fde7 100644 --- a/include/trace/ftrace.h +++ b/include/trace/ftrace.h @@ -638,7 +638,6