MIPS: KVM: Drop unused host_cp0_entryhi
authorJames Hogan <james.hogan@imgtec.com>
Thu, 9 Jun 2016 13:19:05 +0000 (14:19 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 14 Jun 2016 09:02:39 +0000 (11:02 +0200)
commite4e94c0fc8d66975f0822c52d04b366c6250dc64
treea928b26d4e3d60907b01b5ba703f52db86735c78
parentd40dd9e8da02a9905dea2329c0a8404ab8436622
MIPS: KVM: Drop unused host_cp0_entryhi

The host EntryHi in the KVM VCPU context is virtually unused. It gets
stored on exceptions, but only ever used in a kvm_debug() when a TLB
miss occurs.

Drop it entirely, removing that information from the kvm_debug output.

Signed-off-by: James Hogan <james.hogan@imgtec.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: Radim Krčmář <rkrcmar@redhat.com>
Cc: linux-mips@linux-mips.org
Cc: kvm@vger.kernel.org
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/mips/include/asm/kvm_host.h
arch/mips/kernel/asm-offsets.c
arch/mips/kvm/emulate.c
arch/mips/kvm/locore.S