projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d11cf32
)
[IA64] Use "PER_CPU" form of EXPORT macro
author
Tony Luck
<tony.luck@intel.com>
Tue, 31 May 2005 17:38:32 +0000
(10:38 -0700)
committer
Tony Luck
<tony.luck@intel.com>
Tue, 31 May 2005 17:38:32 +0000
(10:38 -0700)
I was gently reminded that there are per-cpu forms of the EXPORT_SYMBOL macros.
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/kernel/perfmon.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/ia64/kernel/perfmon.c
b/arch/ia64/kernel/perfmon.c
index 0e58ec7db128fee9e0b9b54b8ea3fdfb50b74c8a..6407bff6bfd7540cb02322b093b7bf860a7e2321 100644
(file)
--- 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 */