aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorTony Luck <tony.luck@intel.com>2005-05-31 10:38:32 -0700
committerTony Luck <tony.luck@intel.com>2005-05-31 10:38:32 -0700
commitfffcc150a21853651ea890a605832c5cccbb6279 (patch)
treee589de6d14b8efc5e538a4bd7c38452e08bdec17 /arch
parent[IA64] sys_mmap doesn't follow posix.1 when parameter len=0 (diff)
downloadlinux-dev-fffcc150a21853651ea890a605832c5cccbb6279.tar.xz
linux-dev-fffcc150a21853651ea890a605832c5cccbb6279.zip
[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>
Diffstat (limited to 'arch')
-rw-r--r--arch/ia64/kernel/perfmon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/kernel/perfmon.c b/arch/ia64/kernel/perfmon.c
index 0e58ec7db128..6407bff6bfd7 100644
--- a/arch/ia64/kernel/perfmon.c
+++ b/arch/ia64/kernel/perfmon.c
@@ -609,7 +609,7 @@ DEFINE_PER_CPU(unsigned long, pfm_syst_info);
DEFINE_PER_CPU(struct task_struct *, pmu_owner);
DEFINE_PER_CPU(pfm_context_t *, pmu_ctx);
DEFINE_PER_CPU(unsigned long, pmu_activation_number);
-EXPORT_SYMBOL_GPL(per_cpu__pfm_syst_info);
+EXPORT_PER_CPU_SYMBOL_GPL(pfm_syst_info);
/* forward declaration */