aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.19
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-02-12 08:07:20 +0000
committerJohn Crispin <john@openwrt.org>2015-02-12 08:07:20 +0000
commit7b3354bb92fe7b9edc3efdf26437f1ca53cca96e (patch)
tree74fba36ea2fdabee0aadabc85ed6d4d205d8bf90 /target/linux/generic/patches-3.19
parent30d6bc1026c7f7b112deb9c16729b196159c6f3b (diff)
downloadupstream-7b3354bb92fe7b9edc3efdf26437f1ca53cca96e.tar.gz
upstream-7b3354bb92fe7b9edc3efdf26437f1ca53cca96e.tar.bz2
upstream-7b3354bb92fe7b9edc3efdf26437f1ca53cca96e.zip
generic: fix broken patch in the transition of 3.19 from -rc5 to release .0
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com> SVN-Revision: 44416
Diffstat (limited to 'target/linux/generic/patches-3.19')
-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;