From: Maciej W. Rozycki Date: Fri, 3 Apr 2015 22:26:04 +0000 (+0100) Subject: MIPS: Correct `nofpu' non-functionality X-Git-Tag: omap-for-v4.1/fixes-rc1~111^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18a2c2c6b9319503eeac8a38b62fc82c9ff81b0d;p=pandora-kernel.git 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 Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/9694/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed