commit | d37f4038d16273087bdc60387807b90a8c06da7f | [log] [tgz] |
---|---|---|
author | James Hogan <james.hogan@imgtec.com> | Thu Jun 23 17:34:42 2016 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue Jul 05 16:08:50 2016 +0200 |
tree | dc04d4640ee8d4bcf644e3ce59255ec8e84c6393 | |
parent | 9c9886584086f33b6f709d284360c6ad6bcd01c4 [diff] |
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>