diff options
Diffstat (limited to 'arch/x86/kvm/svm.c')
-rw-r--r-- | arch/x86/kvm/svm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/kvm/svm.c b/arch/x86/kvm/svm.c index d96a6d3edec7..63503782935d 100644 --- a/arch/x86/kvm/svm.c +++ b/arch/x86/kvm/svm.c | |||
@@ -2589,7 +2589,7 @@ static int get_npt_level(void) | |||
2589 | #endif | 2589 | #endif |
2590 | } | 2590 | } |
2591 | 2591 | ||
2592 | static int svm_get_mt_mask_shift(void) | 2592 | static u64 svm_get_mt_mask(struct kvm_vcpu *vcpu, gfn_t gfn, bool is_mmio) |
2593 | { | 2593 | { |
2594 | return 0; | 2594 | return 0; |
2595 | } | 2595 | } |
@@ -2652,7 +2652,7 @@ static struct kvm_x86_ops svm_x86_ops = { | |||
2652 | 2652 | ||
2653 | .set_tss_addr = svm_set_tss_addr, | 2653 | .set_tss_addr = svm_set_tss_addr, |
2654 | .get_tdp_level = get_npt_level, | 2654 | .get_tdp_level = get_npt_level, |
2655 | .get_mt_mask_shift = svm_get_mt_mask_shift, | 2655 | .get_mt_mask = svm_get_mt_mask, |
2656 | }; | 2656 | }; |
2657 | 2657 | ||
2658 | static int __init svm_init(void) | 2658 | static int __init svm_init(void) |