[PATCH] perf, x86: Fix section mismatch in uncore_pci_init()

From: Robert Richter
Date: Wed Jun 20 2012 - 12:39:34 EST


On 20.06.12 03:56:06, tip-bot for Yan, Zheng wrote:
> Commit-ID: 14371cce03c2fc393997e17f979e76674b7f392a
> Gitweb: http://git.kernel.org/tip/14371cce03c2fc393997e17f979e76674b7f392a
> Author: Yan, Zheng <zheng.z.yan@xxxxxxxxx>
> AuthorDate: Fri, 15 Jun 2012 14:31:36 +0800
> Committer: Ingo Molnar <mingo@xxxxxxxxxx>
> CommitDate: Mon, 18 Jun 2012 12:13:23 +0200
>
> perf: Add generic PCI uncore PMU device support
>
> This patch adds generic support for uncore PMUs presented as
> PCI devices. (These come in addition to the CPU/MSR based
> uncores.)
>
> Signed-off-by: Zheng Yan <zheng.z.yan@xxxxxxxxx>
> Signed-off-by: Peter Zijlstra <a.p.zijlstra@xxxxxxxxx>
> Link: http://lkml.kernel.org/r/1339741902-8449-8-git-send-email-zheng.z.yan@xxxxxxxxx
> Signed-off-by: Ingo Molnar <mingo@xxxxxxxxxx>
> ---
> arch/x86/kernel/cpu/perf_event_intel_uncore.c | 175 ++++++++++++++++++++++++-
> arch/x86/kernel/cpu/perf_event_intel_uncore.h | 66 +++++++++
> 2 files changed, 236 insertions(+), 5 deletions(-)

This patch causes a section mismatch, fix below.

-Robert