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

From: Maciej W. Rozycki
Date: Sat Apr 30 2022 - 11:07:09 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 v2 of the series fixes a logical mistake in change descriptions.

Please apply.

Maciej