diff options
author | Fabiano Rosas <farosas@linux.ibm.com> | 2019-05-30 20:10:14 +0300 |
---|---|---|
committer | Paul Mackerras <paulus@ozlabs.org> | 2019-06-17 09:20:43 +0300 |
commit | 0e84ec96b561d298bc9a22d58e7a4730bc408aca (patch) | |
tree | 5e20fbb2efdd1fc08c6827875624cf03ec70ff74 /arch/powerpc/kvm/emulate_loadstore.c | |
parent | f8d221d2e0e1572d0d60174c118e3554d1aa79fa (diff) | |
download | linux-0e84ec96b561d298bc9a22d58e7a4730bc408aca.tar.xz |
KVM: PPC: Remove leftover comment from emulate_loadstore.c
Commit 4eeb85568e56 ("KVM: PPC: Remove mmio_vsx_tx_sx_enabled in KVM
MMIO emulation") removed the mmio_vsx_tx_sx_enabled field, but its
documentation was left behind. Remove the superfluous comment.
Signed-off-by: Fabiano Rosas <farosas@linux.ibm.com>
Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
Diffstat (limited to 'arch/powerpc/kvm/emulate_loadstore.c')
-rw-r--r-- | arch/powerpc/kvm/emulate_loadstore.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/powerpc/kvm/emulate_loadstore.c b/arch/powerpc/kvm/emulate_loadstore.c index f91b1309a0a8..806dbc439131 100644 --- a/arch/powerpc/kvm/emulate_loadstore.c +++ b/arch/powerpc/kvm/emulate_loadstore.c @@ -100,12 +100,6 @@ int kvmppc_emulate_loadstore(struct kvm_vcpu *vcpu) rs = get_rs(inst); rt = get_rt(inst); - /* - * if mmio_vsx_tx_sx_enabled == 0, copy data between - * VSR[0..31] and memory - * if mmio_vsx_tx_sx_enabled == 1, copy data between - * VSR[32..63] and memory - */ vcpu->arch.mmio_vsx_copy_nums = 0; vcpu->arch.mmio_vsx_offset = 0; vcpu->arch.mmio_copy_type = KVMPPC_VSX_COPY_NONE; |