KVM: VMX: drop enable_ept check from ept_sync_context()
authorDavid Hildenbrand <david@redhat.com>
Thu, 24 Aug 2017 18:51:28 +0000 (20:51 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 12 Oct 2017 12:01:52 +0000 (14:01 +0200)
commit0e1252dc46b9c9a805d704cf3a123132ebb0f8cf
treeb8e7b67533382bba557af1d69e8551f893ded6e7
parentf2d1da696f515a4ad2df3f03ad922306867c391a
KVM: VMX: drop enable_ept check from ept_sync_context()

This function is only called with enable_ept.

Reviewed-by: Radim Krčmář <rkrcmar@redhat.com>
Signed-off-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
arch/x86/kvm/vmx.c