Re: [PATCH v2] MIPS: undefine and redefine cpu_has_fpu when it is overrided

From: Maciej W. Rozycki
Date: Fri Apr 29 2022 - 05:19:27 EST


On Fri, 29 Apr 2022, Stephen Zhang wrote:

> Undefine and redefine cpu_has_fpu to 0 when it is overridden with
> the "nofpu" option.

Umm, `nofpu' is a kernel parameter, not the CONFIG_MIPS_FP_SUPPORT config
option; cf. Documentation/admin-guide/kernel-parameters.txt.

Maciej