MIPS: cpu-probe: move fpu probing/handling into its own file
authorThomas Bogendoerfer <tsbogend@alpha.franken.de>
Thu, 8 Oct 2020 21:33:25 +0000 (23:33 +0200)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Mon, 12 Oct 2020 10:04:50 +0000 (12:04 +0200)
commita616c0617aa36ea0bd51af90adfb87e8d3e9cb72
tree254e16b710656d819a914c4fcb865951a7d0eb91
parente7ae8d174eec0b3b9de92b76abc15f3f53b98f1c
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>
arch/mips/kernel/Makefile
arch/mips/kernel/cpu-probe.c
arch/mips/kernel/fpu-probe.c [new file with mode: 0644]
arch/mips/kernel/fpu-probe.h [new file with mode: 0644]