diff options
Diffstat (limited to 'arch/x86/kvm/mmu.c')
-rw-r--r-- | arch/x86/kvm/mmu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kvm/mmu.c b/arch/x86/kvm/mmu.c index ba7e7646fb78..dc1b4fb299b7 100644 --- a/arch/x86/kvm/mmu.c +++ b/arch/x86/kvm/mmu.c | |||
@@ -2374,7 +2374,7 @@ static int mmu_check_root(struct kvm_vcpu *vcpu, gfn_t root_gfn) | |||
2374 | static int mmu_alloc_direct_roots(struct kvm_vcpu *vcpu) | 2374 | static int mmu_alloc_direct_roots(struct kvm_vcpu *vcpu) |
2375 | { | 2375 | { |
2376 | struct kvm_mmu_page *sp; | 2376 | struct kvm_mmu_page *sp; |
2377 | int i; | 2377 | unsigned i; |
2378 | 2378 | ||
2379 | if (vcpu->arch.mmu.shadow_root_level == PT64_ROOT_LEVEL) { | 2379 | if (vcpu->arch.mmu.shadow_root_level == PT64_ROOT_LEVEL) { |
2380 | spin_lock(&vcpu->kvm->mmu_lock); | 2380 | spin_lock(&vcpu->kvm->mmu_lock); |