KVM: x86: remove stale comments
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 19 Aug 2016 15:51:29 +0000 (17:51 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 7 Sep 2016 17:34:29 +0000 (19:34 +0200)
commit1a6982353db90939fc12bbd11c29fbe3c19a2fd0
treea554ca1390feb9896cc001847db8ae04d346a50a
parentbbe41b950813ec643a14d2a6005475f66625292e
KVM: x86: remove stale comments

handle_external_intr does not enable interrupts anymore, vcpu_enter_guest
does it after calling guest_exit_irqoff.

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