MIPS: KVM: Omit FPU handling entry code if possible
authorJames Hogan <james.hogan@imgtec.com>
Thu, 23 Jun 2016 16:34:42 +0000 (17:34 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 5 Jul 2016 14:08:50 +0000 (16:08 +0200)
commitd37f4038d16273087bdc60387807b90a8c06da7f
treedc04d4640ee8d4bcf644e3ce59255ec8e84c6393
parent9c9886584086f33b6f709d284360c6ad6bcd01c4
MIPS: KVM: Omit FPU handling entry code if possible

The FPU handling code on entry from guest is unnecessary if no FPU is
present, so allow it to be dropped at uasm assembly time.

Signed-off-by: James 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: Paolo Bonzini <pbonzini@redhat.com>
arch/mips/kvm/entry.c