aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/kvm/mmu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/kvm/mmu.c b/drivers/kvm/mmu.c
index e6616a6c9cef..f52604a7f9e8 100644
--- a/drivers/kvm/mmu.c
+++ b/drivers/kvm/mmu.c
@@ -902,7 +902,7 @@ static int nonpaging_map(struct kvm_vcpu *vcpu, gva_t v, hpa_t p)
902 >> PAGE_SHIFT; 902 >> PAGE_SHIFT;
903 new_table = kvm_mmu_get_page(vcpu, pseudo_gfn, 903 new_table = kvm_mmu_get_page(vcpu, pseudo_gfn,
904 v, level - 1, 904 v, level - 1,
905 1, 0, &table[index]); 905 1, 3, &table[index]);
906 if (!new_table) { 906 if (!new_table) {
907 pgprintk("nonpaging_map: ENOMEM\n"); 907 pgprintk("nonpaging_map: ENOMEM\n");
908 return -ENOMEM; 908 return -ENOMEM;