commit | 18a2c2c6b9319503eeac8a38b62fc82c9ff81b0d | [log] [tgz] |
---|---|---|
author | Maciej W. Rozycki <macro@linux-mips.org> | Fri Apr 03 23:26:04 2015 +0100 |
committer | Ralf Baechle <ralf@linux-mips.org> | Wed Apr 08 01:09:49 2015 +0200 |
tree | 42c8af04bc532a7b77b07fea94a3ce647346a067 | |
parent | e06b530b92364b2d6ce2981f2c775d2e79dc8f21 [diff] |
MIPS: Correct `nofpu' non-functionality The `cpu_has_fpu' feature flag must not be hardcoded to 1 or the `nofpu' kernel option will be ignored. Remove any such overrides and add a cautionary note. Hardcoding to 0 is fine for FPU-less platforms. Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/9694/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>