mbox series

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

Message ID alpine.DEB.2.21.2205012307310.9383@angie.orcam.me.uk (mailing list archive)
Headers show
Series MIPS: Remove incorrect `cpu_has_fpu' overrides | expand

Message

Maciej W. Rozycki May 1, 2022, 10:14 p.m. UTC
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

Comments

Thomas Bogendoerfer May 4, 2022, 8:28 p.m. UTC | #1
On Sun, May 01, 2022 at 11:14:11PM +0100, Maciej W. Rozycki wrote:
> 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.

series applied to mips-next.

Thomas.