Re: [PATCH] perf: export perf_trace_regs andperf_arch_fetch_caller_regs

From: Peter Zijlstra
Date: Thu Mar 11 2010 - 03:39:32 EST


On Thu, 2010-03-11 at 15:30 +0800, Xiao Guangrong wrote:
> #include "trace.h"
>
> DEFINE_PER_CPU(struct pt_regs, perf_trace_regs);
> +EXPORT_SYMBOL_GPL(perf_trace_regs);

Shouldn't that be:

EXPORT_PER_CPU_SYMBOL_GPL(perf_trace_regs); ?
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/