+2
−324
arch/mips/kernel/fpu-probe.c
0 → 100644
+321
−0
arch/mips/kernel/fpu-probe.h
0 → 100644
+40
−0
Loading
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>