diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2015-07-29 12:06:34 +0300 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2015-07-29 15:27:23 +0300 |
commit | c847fe8895fded71d0b9a0ba58d3828320fd1824 (patch) | |
tree | 8a2e5f7f5cf0300c3cea056c782884cfae72bde0 /Documentation/printk-formats.txt | |
parent | d71ba788345c2b5646101766e0c52714a9b5ed7f (diff) | |
download | linux-c847fe8895fded71d0b9a0ba58d3828320fd1824.tar.xz |
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>
Diffstat (limited to 'Documentation/printk-formats.txt')
0 files changed, 0 insertions, 0 deletions