Paolo Bonzini 2e4682ba2e KVM: add missing memory barrier in kvm_{make,check}_request
kvm_make_request and kvm_check_request imply a producer-consumer
relationship; add implicit memory barriers to them.  There was indeed
already a place that was adding an explicit smp_mb() to order between
kvm_check_request and the processing of the request.  That memory
barrier can be removed (as an added benefit, kvm_check_request can use
smp_mb__after_atomic which is free on x86).

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2016-04-20 15:29:17 +02:00
..
2016-03-22 16:38:17 +01:00
2015-12-16 18:49:45 +01:00
2016-01-15 17:56:32 -08:00
2015-10-01 15:06:52 +02:00
2016-04-05 14:19:08 +02:00
2016-01-15 17:56:32 -08:00
2016-04-10 21:53:49 +02:00
2016-04-10 21:53:49 +02:00