generic: fix broken patch in the transition of 3.19 from -rc5 to release .0
authorJohn Crispin <john@openwrt.org>
Thu, 12 Feb 2015 08:07:20 +0000 (08:07 +0000)
committerJohn Crispin <john@openwrt.org>
Thu, 12 Feb 2015 08:07:20 +0000 (08:07 +0000)
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
SVN-Revision: 44416

target/linux/generic/patches-3.19/304-mips_disable_fpu.patch

index 8413dba7c2da3b6312b19da882c173d3a163fedf..30eeb88019ce7e7c4daa561368dff73cf4252588 100644 (file)
@@ -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;