diff options
| author | Sedat Dilek <[email protected]> | 2011-01-03 00:01:29 +0100 |
|---|---|---|
| committer | Marcelo Tosatti <[email protected]> | 2011-03-17 13:08:25 -0300 |
| commit | 775077a0634a4a2149c85a63ec319b1e426d0564 (patch) | |
| tree | 8fafb2ed26c9da916acb654fbdb0ae6a9fbd95bd /tools/perf/scripts/python/syscall-counts-by-pid.py | |
| parent | 8234b22e1c3287307c53655b16478cf8f5071555 (diff) | |
KVM guest: Fix section mismatch derived from kvm_guest_cpu_online()
WARNING: arch/x86/built-in.o(.text+0x1bb74): Section mismatch in reference from the function kvm_guest_cpu_online() to the function .cpuinit.text:kvm_guest_cpu_init()
The function kvm_guest_cpu_online() references
the function __cpuinit kvm_guest_cpu_init().
This is often because kvm_guest_cpu_online lacks a __cpuinit
annotation or the annotation of kvm_guest_cpu_init is wrong.
This patch fixes the warning.
Tested with linux-next (next-20101231)
Signed-off-by: Sedat Dilek <[email protected]>
Acked-by: Rik van Riel <[email protected]>
Signed-off-by: Marcelo Tosatti <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions