diff options
author | 2009-01-23 14:16:53 +0100 | |
---|---|---|
committer | 2009-01-23 14:51:22 +0100 | |
commit | 3415dd9146c574bffe8f012c096bfc2bc62b9508 (patch) | |
tree | 24a93e39853ddd83d95cff7d85965c229b48f217 /include | |
parent | perfcounters: ratelimit performance counter interrupts (diff) | |
download | linux-dev-3415dd9146c574bffe8f012c096bfc2bc62b9508.tar.xz linux-dev-3415dd9146c574bffe8f012c096bfc2bc62b9508.zip |
perfcounters fix section mismatch warning in perf_counter.c::perf_counters_lapic_init()
Fix:
WARNING: arch/x86/kernel/built-in.o(.text+0xdd0f): Section mismatch in reference from the function pmc_generic_enable() to the function .cpuinit.text:perf_counters_lapic_init()
The function pmc_generic_enable() references
the function __cpuinit perf_counters_lapic_init().
This is often because pmc_generic_enable lacks a __cpuinit
annotation or the annotation of perf_counters_lapic_init is wrong.
Signed-off-by: Mike Galbraith <efault@gmx.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions