History log of /linux-master/arch/mips/kernel/fpu-probe.c
Revision Date Author Comments
# a616c061 08-Oct-2020 Thomas Bogendoerfer <tsbogend@alpha.franken.de>

MIPS: cpu-probe: move fpu probing/handling into its own file

cpu-probe.c has grown when supporting more and more CPUs and there
are use cases where probing for all the CPUs isn't useful like
running on a R3k system. But still the fpu handling is nearly
the same. For sharing put the fpu code into it's own file.

Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>