diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2014-08-05 11:29:07 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2014-08-05 14:23:41 +0200 |
commit | 478d66862559bade81cb653af52b9aa53bee2c8a (patch) | |
tree | 9dabc6c9c4c7596f997152192f6e4a0d4718dde1 /virt | |
parent | Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm (diff) | |
download | linux-478d66862559bade81cb653af52b9aa53bee2c8a.tar.xz linux-478d66862559bade81cb653af52b9aa53bee2c8a.zip |
KVM: PPC: drop duplicate tracepoint
Commit 29577fc00ba4 ("KVM: PPC: HV: Remove generic instruction emulation")
caused a build failure with allyesconfig:
arch/powerpc/kvm/kvm-pr.o:(__tracepoints+0xa8): multiple definition of `__tracepoint_kvm_ppc_instr'
arch/powerpc/kvm/kvm.o:(__tracepoints+0x1c0): first defined here
due to a duplicate definition of the tracepoint in trace.h and
trace_pr.h. Because the tracepoint is still used by Book3S HV
code, and because the PR code does include trace.h, just remove
the duplicate definition from trace_pr.h, and export it from
kvm.o.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'virt')
0 files changed, 0 insertions, 0 deletions