[PATCH v3 0/2] MIPS: Remove incorrect `cpu_has_fpu' overrides

From: Maciej W. Rozycki
Date: Sun May 01 2022 - 18:14:22 EST


Hi,

Forcing `cpu_has_fpu' to 1 is unsupported as it breaks the `nofpu' kernel
parameter and more recently also the CONFIG_MIPS_FP_SUPPORT configuration
option. Remove the broken `cpu_has_fpu' overrides then for IP27 and IP30
systems.

This v3 of the series adds credit to Stephen for reporting the issue,
which I forgot on previous iterations.

Please apply.

Maciej