]> asedeno.scripts.mit.edu Git - linux.git/commit
MIPS: Add defs & probing of UFR
authorJames Hogan <james.hogan@imgtec.com>
Tue, 14 Mar 2017 10:15:08 +0000 (10:15 +0000)
committerJames Hogan <james.hogan@imgtec.com>
Tue, 28 Mar 2017 13:48:53 +0000 (14:48 +0100)
commit4e87580e6d144e44820a0d23e756136b6218f4f0
tree8142dcbe0076242d5ceebb9843ed33f89b775060
parent97da3854c526d3a6ee05c849c96e48d21527606c
MIPS: Add defs & probing of UFR

Add definitions and probing of the UFR bit in Config5. This bit allows
user mode control of the FR bit (floating point register mode). It is
present if the UFRP bit is set in the floating point implementation
register.

This is a capability KVM may want to expose to guest kernels, even
though Linux is unlikely to ever use it due to the implications for
multi-threaded programs.

Signed-off-by: James Hogan <james.hogan@imgtec.com>
Acked-by: Ralf Baechle <ralf@linux-mips.org>
Cc: Paul Burton <paul.burton@imgtec.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: "Radim Krčmář" <rkrcmar@redhat.com>
Cc: linux-mips@linux-mips.org
Cc: kvm@vger.kernel.org
arch/mips/include/asm/cpu-features.h
arch/mips/include/asm/cpu.h
arch/mips/kernel/cpu-probe.c