From 7b3354bb92fe7b9edc3efdf26437f1ca53cca96e Mon Sep 17 00:00:00 2001 From: John Crispin Date: Thu, 12 Feb 2015 08:07:20 +0000 Subject: [PATCH] generic: fix broken patch in the transition of 3.19 from -rc5 to release .0 Signed-off-by: Yousong Zhou SVN-Revision: 44416 --- target/linux/generic/patches-3.19/304-mips_disable_fpu.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.25.1