* [PATCH] x86: fix a compile error 'a section type conflict'
@ 2012-12-07 8:37 Yongqiang Yang
0 siblings, 0 replies; only message in thread
From: Yongqiang Yang @ 2012-12-07 8:37 UTC (permalink / raw)
To: linux-kernel; +Cc: yangyongqiang
From: yangyongqiang <yangyongqiang01@baidu.com>
Fix a compile error - 'a section type conflict' by removing __initconst.
Signed-off-by: yangyongqiang <yangyongqiang01@baidu.com>
---
arch/x86/kernel/cpu/perf_event_p6.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/kernel/cpu/perf_event_p6.c b/arch/x86/kernel/cpu/perf_event_p6.c
index 7d0270b..436e200 100644
--- a/arch/x86/kernel/cpu/perf_event_p6.c
+++ b/arch/x86/kernel/cpu/perf_event_p6.c
@@ -19,7 +19,7 @@ static const u64 p6_perfmon_event_map[] =
};
-static __initconst u64 p6_hw_cache_event_ids
+static u64 p6_hw_cache_event_ids
[PERF_COUNT_HW_CACHE_MAX]
[PERF_COUNT_HW_CACHE_OP_MAX]
[PERF_COUNT_HW_CACHE_RESULT_MAX] =
--
1.7.9.7
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-12-07 8:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-07 8:37 [PATCH] x86: fix a compile error 'a section type conflict' Yongqiang Yang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).