diff options
author | Borislav Petkov <[email protected]> | 2012-08-02 12:55:27 +0200 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2012-08-13 19:01:03 +0200 |
commit | cffa59baa5f1cf3e3e9e172697db48912471531c (patch) | |
tree | ed4195566d0488c2a5d1e38482c3860f1bb2d5a6 /tools/perf/util/trace-event-scripting.c | |
parent | 3bf671af14d591ede9251acb0085e8017f3705e7 (diff) |
perf, x86: Fix uncore_types_exit section mismatch
Fix the following section mismatch:
WARNING: arch/x86/kernel/cpu/built-in.o(.text+0x7ad9): Section mismatch in reference from the function uncore_types_exit() to the function .init.text:uncore_type_exit()
The function uncore_types_exit() references the function __init
uncore_type_exit(). This is often because uncore_types_exit lacks a
__init annotation or the annotation of uncore_type_exit is wrong.
caused by 14371cce03c2 ("perf: Add generic PCI uncore PMU device
support").
Cc: Zheng Yan <[email protected]>
Cc: Ingo Molnar <[email protected]>
Signed-off-by: Borislav Petkov <[email protected]>
Signed-off-by: Peter Zijlstra <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Thomas Gleixner <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions