OSDN Git Service

KVM: vmx: rename pi_init to avoid conflict with paride
authorPaolo Bonzini <pbonzini@redhat.com>
Sat, 24 Oct 2020 08:08:37 +0000 (04:08 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 24 Oct 2020 08:09:54 +0000 (04:09 -0400)
commita3ff25fc3c52f22b0766bb96c31b87d3c99fbf53
treea9f91e1f0cdfa929a73a78a08948324e718d5236
parent764388ce598f0c3f5c7c39f45279104cb9e18be5
KVM: vmx: rename pi_init to avoid conflict with paride

allyesconfig results in:

ld: drivers/block/paride/paride.o: in function `pi_init':
(.text+0x1340): multiple definition of `pi_init'; arch/x86/kvm/vmx/posted_intr.o:posted_intr.c:(.init.text+0x0): first defined here
make: *** [Makefile:1164: vmlinux] Error 1

because commit:

commit 8888cdd0996c2d51cd417f9a60a282c034f3fa28
Author: Xiaoyao Li <xiaoyao.li@intel.com>
Date:   Wed Sep 23 11:31:11 2020 -0700

    KVM: VMX: Extract posted interrupt support to separate files

added another pi_init(), though one already existed in the paride code.

Reported-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx/posted_intr.c
arch/x86/kvm/vmx/posted_intr.h
arch/x86/kvm/vmx/vmx.c