• James Hogan's avatar
    MIPS: KVM: Drop redundant restore of DDATA_LO · 025014e3
    James Hogan authored
    On return from the exit handler to the host (without re-entering the
    guest) we restore the saved value of the DDATA_LO register which we use
    as a scratch register. However we've already restored it ready for
    calling the exit handler so there is no need to do it again, so drop
    that code.
    Signed-off-by: default avatarJames Hogan <james.hogan@imgtec.com>
    Cc: Paolo Bonzini <pbonzini@redhat.com>
    Cc: Radim KrÄmáŠ<rkrcmar@redhat.com>
    Cc: Ralf Baechle <ralf@linux-mips.org>
    Cc: linux-mips@linux-mips.org
    Cc: kvm@vger.kernel.org
    Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
    025014e3
entry.c 16.5 KB