Browse Source

kvm,lapic: Justify use of swait_active()

A comment might serve future readers.

Signed-off-by: Davidlohr Bueso <dbueso@suse.de>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Davidlohr Bueso 8 năm trước cách đây
mục cha
commit
cc1b46803a
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      arch/x86/kvm/lapic.c

+ 4 - 0
arch/x86/kvm/lapic.c

@@ -1324,6 +1324,10 @@ static void apic_timer_expired(struct kvm_lapic *apic)
 	atomic_inc(&apic->lapic_timer.pending);
 	atomic_inc(&apic->lapic_timer.pending);
 	kvm_set_pending_timer(vcpu);
 	kvm_set_pending_timer(vcpu);
 
 
+	/*
+	 * For x86, the atomic_inc() is serialized, thus
+	 * using swait_active() is safe.
+	 */
 	if (swait_active(q))
 	if (swait_active(q))
 		swake_up(q);
 		swake_up(q);