]> git.baikalelectronics.ru Git - kernel.git/commit
KVM/x86: update the comment of memory barrier in the vcpu_enter_guest()
authorLan Tianyu <tianyu.lan@intel.com>
Sun, 13 Mar 2016 03:10:29 +0000 (11:10 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 22 Mar 2016 15:38:35 +0000 (16:38 +0100)
commitdc0e0be117438df008a97a785d5371c7558bc267
tree5aef93f99803531d4672132610b9c56ca77e2ee0
parenta519316cd05ed5ee4bef19477f942e591c319341
KVM/x86: update the comment of memory barrier in the vcpu_enter_guest()

The barrier also orders the write to mode from any reads
to the page tables done and so update the comment.

Signed-off-by: Lan Tianyu <tianyu.lan@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/x86.c