diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2015-04-03 23:26:04 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2015-04-08 01:09:49 +0200 |
commit | 18a2c2c6b9319503eeac8a38b62fc82c9ff81b0d (patch) | |
tree | 42c8af04bc532a7b77b07fea94a3ce647346a067 /arch/mips/include/asm/mach-rm/cpu-feature-overrides.h | |
parent | e06b530b92364b2d6ce2981f2c775d2e79dc8f21 (diff) | |
download | talos-obmc-linux-18a2c2c6b9319503eeac8a38b62fc82c9ff81b0d.tar.gz talos-obmc-linux-18a2c2c6b9319503eeac8a38b62fc82c9ff81b0d.zip |
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>
Diffstat (limited to 'arch/mips/include/asm/mach-rm/cpu-feature-overrides.h')
-rw-r--r-- | arch/mips/include/asm/mach-rm/cpu-feature-overrides.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/include/asm/mach-rm/cpu-feature-overrides.h b/arch/mips/include/asm/mach-rm/cpu-feature-overrides.h index f095c529c48c..98cf40417c5d 100644 --- a/arch/mips/include/asm/mach-rm/cpu-feature-overrides.h +++ b/arch/mips/include/asm/mach-rm/cpu-feature-overrides.h @@ -15,7 +15,6 @@ #define cpu_has_tlb 1 #define cpu_has_4kex 1 #define cpu_has_4k_cache 1 -#define cpu_has_fpu 1 #define cpu_has_32fpr 1 #define cpu_has_counter 1 #define cpu_has_watch 0 |