KVM: PPC: Remove leftover comment from emulate_loadstore.c
authorFabiano Rosas <farosas@linux.ibm.com>
Thu, 30 May 2019 17:10:14 +0000 (14:10 -0300)
committerPaul Mackerras <paulus@ozlabs.org>
Mon, 17 Jun 2019 06:20:43 +0000 (16:20 +1000)
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>
arch/powerpc/kvm/emulate_loadstore.c

index f91b1309a0a861688c9c794f691eacaf2e8351c2..806dbc439131f795e75dea632ff632b1c4bfa052 100644 (file)
@@ -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;