Paolo Bonzini c847fe8895 KVM: x86: remove unnecessary memory barriers for shared MSRs
There is no smp_rmb matching the smp_wmb.  shared_msr_update is called from
hardware_enable, which in turn is called via on_each_cpu.  on_each_cpu
and must imply a read memory barrier (on x86 the rmb is achieved simply
through asm volatile in native_apic_mem_write).

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2015-07-29 14:27:23 +02:00
..
2015-07-10 13:25:25 +02:00
2015-05-07 11:29:47 +02:00
2015-07-10 13:25:26 +02:00
2015-07-10 13:25:24 +02:00
2015-05-19 20:52:42 +02:00