commit | 1ae4de23eddef465104277e79fa669bec7b3d288 | [log] [tgz] |
---|---|---|
author | Uros Bizjak <ubizjak@gmail.com> | Sun Jun 02 21:11:56 2019 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Jun 05 14:14:49 2019 +0200 |
tree | a7fdcde3c81072db306199cb3fb99ac9b202426c | |
parent | b3ffd74a2f6fbec131eff6d81bc7a6dbbac57bc7 [diff] |
KVM: VMX: remove unneeded 'asm volatile ("")' from vmcs_write64 __vmcs_writel uses volatile asm, so there is no need to insert another one between the first and the second call to __vmcs_writel in order to prevent unwanted code moves for 32bit targets. Signed-off-by: Uros Bizjak <ubizjak@gmail.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>