]> asedeno.scripts.mit.edu Git - linux.git/commit
kvm: x86: remove the misleading comment in vmx_handle_external_intr
authorLongpeng(Mike) <longpeng2@huawei.com>
Thu, 13 Oct 2016 02:34:11 +0000 (10:34 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 2 Nov 2016 20:32:17 +0000 (21:32 +0100)
commit868a32f327e34b82f2b087228fbb7df176c246e9
treef63b70f806040d077a6a7e9374a63f67fb3c8893
parentb5f5fdca65dbccbafe08a481957629d67003db34
kvm: x86: remove the misleading comment in vmx_handle_external_intr

Since Paolo has removed irq-enable-operation in vmx_handle_external_intr
(KVM: x86: use guest_exit_irqoff), the original comment about the IF bit
in rflags is incorrect and stale now, so remove it.

Signed-off-by: Longpeng(Mike) <longpeng2@huawei.com>
Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
arch/x86/kvm/vmx.c