KVM/PPC: update the comment of memory barrier in the kvmppc_prepare_to_enter()
authorLan Tianyu <tianyu.lan@intel.com>
Sun, 13 Mar 2016 03:10:30 +0000 (11:10 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 22 Mar 2016 15:38:37 +0000 (16:38 +0100)
commit489153c746746fc44b1e2fd184248dee8aebbaff
treef41b7784e4b256ddb8640e6e2755abfe8f917ca4
parent0f127d12e44c13d2f90e5c613490e70ddb1a5e08
KVM/PPC: update the comment of memory barrier in the kvmppc_prepare_to_enter()

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/powerpc/kvm/powerpc.c