KVM: PPC: Fix refactoring goof in kvmppc_e500mc_init()
authorSean Christopherson <seanjc@google.com>
Thu, 19 Jan 2023 18:21:58 +0000 (18:21 +0000)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 24 Jan 2023 18:00:32 +0000 (13:00 -0500)
commit7cb79f433e75b05d1635aefaa851cfcd1cb7dc4f
treebb310569dc4bf8508e8de6c00f490d9daee72913
parentf15a87c006901e02727bf8ac75b0251cdf8e0ecc
KVM: PPC: Fix refactoring goof in kvmppc_e500mc_init()

Fix a build error due to a mixup during a recent refactoring.  The error
was reported during code review, but the fixed up patch didn't make it
into the final commit.

Fixes: 474856bad921 ("KVM: PPC: Move processor compatibility check to module init")
Link: https://lore.kernel.org/all/87cz93snqc.fsf@mpe.ellerman.id.au
Cc: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Sean Christopherson <seanjc@google.com>
Message-Id: <20230119182158.4026656-1-seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/powerpc/kvm/booke.c
arch/powerpc/kvm/e500mc.c