aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--target/linux/generic/patches-3.19/304-mips_disable_fpu.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-3.19/304-mips_disable_fpu.patch b/target/linux/generic/patches-3.19/304-mips_disable_fpu.patch
index 8413dba7c2..30eeb88019 100644
--- a/target/linux/generic/patches-3.19/304-mips_disable_fpu.patch
+++ b/target/linux/generic/patches-3.19/304-mips_disable_fpu.patch
@@ -39,7 +39,7 @@
write_c0_config5(config5);
enable_fpu_hazard();
- } else
-+ } else (IS_ENABLED(CONFIG_MIPS_FPU_EMULATOR))
++ } else if (IS_ENABLED(CONFIG_MIPS_FPU_EMULATOR))
fpu_emulator_init_fpu();
+ else
+ ret = SIGILL;