summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/book3s_32_mmu.c
diff options
context:
space:
mode:
authorPaolo Bonzini2019-02-22 17:43:05 +0100
committerPaolo Bonzini2019-02-22 17:43:05 +0100
commit54a1f393ce1b6645462d7f42e36171f86f54d030 (patch)
treee62e837b90da66e0361fb85bc193ba95dce58f33 /arch/powerpc/kvm/book3s_32_mmu.c
parentRevert "KVM: Eliminate extra function calls in kvm_get_dirty_log_protect()" (diff)
parentMerge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-next (diff)
downloadkernel-qcow2-linux-54a1f393ce1b6645462d7f42e36171f86f54d030.tar.gz
kernel-qcow2-linux-54a1f393ce1b6645462d7f42e36171f86f54d030.tar.xz
kernel-qcow2-linux-54a1f393ce1b6645462d7f42e36171f86f54d030.zip
Merge tag 'kvm-ppc-next-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into kvm-next
PPC KVM update for 5.1 There are no major new features this time, just a collection of bug fixes and improvements in various areas, including machine check handling and context switching of protection-key-related registers.
Diffstat (limited to 'arch/powerpc/kvm/book3s_32_mmu.c')
-rw-r--r--arch/powerpc/kvm/book3s_32_mmu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/kvm/book3s_32_mmu.c b/arch/powerpc/kvm/book3s_32_mmu.c
index 612169988a3d..6f789f674048 100644
--- a/arch/powerpc/kvm/book3s_32_mmu.c
+++ b/arch/powerpc/kvm/book3s_32_mmu.c
@@ -425,6 +425,7 @@ void kvmppc_mmu_book3s_32_init(struct kvm_vcpu *vcpu)
mmu->slbmte = NULL;
mmu->slbmfee = NULL;
mmu->slbmfev = NULL;
+ mmu->slbfee = NULL;
mmu->slbie = NULL;
mmu->slbia = NULL;
}