KVM: X86: Don't take srcu lock in init_rmode_identity_map()
authorPeter Xu <peterx@redhat.com>
Thu, 9 Jan 2020 14:57:14 +0000 (09:57 -0500)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 27 Jan 2020 18:59:53 +0000 (19:59 +0100)
commit2a5755bb21ee2f6567ce3eb2af10e8948df047d6
treeee12ca9bf3afab39c77f3b8ef2e1d75fbf60eaf4
parentfcd97ad58f76efcd58808941e4dd2bc6c544b9de
KVM: X86: Don't take srcu lock in init_rmode_identity_map()

We've already got the slots_lock, so we should be safe.

Signed-off-by: Peter Xu <peterx@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx/vmx.c