[IA64] Use "PER_CPU" form of EXPORT macro

I was gently reminded that there are per-cpu forms of the EXPORT_SYMBOL macros.

Signed-off-by: Tony Luck <tony.luck@intel.com>

Tony Luck fffcc150 d11cf326

+1 -1
+1 -1
arch/ia64/kernel/perfmon.c
··· 609 609 DEFINE_PER_CPU(struct task_struct *, pmu_owner); 610 610 DEFINE_PER_CPU(pfm_context_t *, pmu_ctx); 611 611 DEFINE_PER_CPU(unsigned long, pmu_activation_number); 612 - EXPORT_SYMBOL_GPL(per_cpu__pfm_syst_info); 612 + EXPORT_PER_CPU_SYMBOL_GPL(pfm_syst_info); 613 613 614 614 615 615 /* forward declaration */