mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 1/3] perf/x86: Fix section mismatch in uncore_types_exit()
@ 2012-08-06  5:11 Yan, Zheng
  2012-08-06  5:11 ` [PATCH 2/3] perf/x86: Fixes for Nehalem-EX uncore driver Yan, Zheng
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Yan, Zheng @ 2012-08-06  5:11 UTC (permalink / raw)
  To: a.p.zijlstra, eranian, mingo, andi, linux-kernel; +Cc: Yan, Zheng

From: "Yan, Zheng" <zheng.z.yan@intel.com>

Fix section mismatch in uncore_types_exit():

WARNING: vmlinux.o(.text+0x13831): Section mismatch in
reference from the function uncore_types_exit() to the
function .init.text:uncore_type_exit()

Signed-off-by: Yan, Zheng <zheng.z.yan@intel.com>
---
 arch/x86/kernel/cpu/perf_event_intel_uncore.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/kernel/cpu/perf_event_intel_uncore.c b/arch/x86/kernel/cpu/perf_event_intel_uncore.c
index 7563fda..a7ccd68 100644
--- a/arch/x86/kernel/cpu/perf_event_intel_uncore.c
+++ b/arch/x86/kernel/cpu/perf_event_intel_uncore.c
@@ -2373,7 +2373,7 @@ static void __init uncore_type_exit(struct intel_uncore_type *type)
 	type->attr_groups[1] = NULL;
 }
 
-static void uncore_types_exit(struct intel_uncore_type **types)
+static void __init uncore_types_exit(struct intel_uncore_type **types)
 {
 	int i;
 	for (i = 0; types[i]; i++)
-- 
1.7.11.2


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-08-13 17:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-06  5:11 [PATCH 1/3] perf/x86: Fix section mismatch in uncore_types_exit() Yan, Zheng
2012-08-06  5:11 ` [PATCH 2/3] perf/x86: Fixes for Nehalem-EX uncore driver Yan, Zheng
2012-08-13 17:11   ` [tip:perf/urgent] " tip-bot for Yan, Zheng
2012-08-06  5:11 ` [PATCH 3/3] perf/x86: Add Intel Westmere-EX uncore support Yan, Zheng
2012-08-13 17:12   ` [tip:perf/urgent] " tip-bot for Yan, Zheng
2012-08-06 16:52 ` [PATCH 1/3] perf/x86: Fix section mismatch in uncore_types_exit() Borislav Petkov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome