commit | 09df6307125cec07ef9168f1db2ffdbbcb304b1a | [log] [tgz] |
---|---|---|
author | Sean Christopherson <sean.j.christopherson@intel.com> | Mon Feb 03 10:41:59 2020 -0800 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Feb 05 15:29:01 2020 +0100 |
tree | 3de83b7a07ec40db335b22f9a5b903f9f420e517 | |
parent | 64b38bd1906bb62a040b4e91815e56005db4784d [diff] |
KVM: MIPS: Fix a build error due to referencing not-yet-defined function Hoist kvm_mips_comparecount_wakeup() above its only user, kvm_arch_vcpu_create() to fix a compilation error due to referencing an undefined function. Fixes: d11dfed5d700 ("KVM: MIPS: Move all vcpu init code into kvm_arch_vcpu_create()") Reported-by: kbuild test robot <lkp@intel.com> Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>