Browse Source

generic: fix broken patch in the transition of 3.19 from -rc5 to release .0

Signed-off-by: Yousong Zhou <[email protected]>

SVN-Revision: 44416
John Crispin 11 years ago
parent
commit
7b3354bb92
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/generic/patches-3.19/304-mips_disable_fpu.patch

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

@@ -39,7 +39,7 @@
  		write_c0_config5(config5);
  		write_c0_config5(config5);
  		enable_fpu_hazard();
  		enable_fpu_hazard();
 -	} else
 -	} else
-+	} else (IS_ENABLED(CONFIG_MIPS_FPU_EMULATOR))
++	} else if (IS_ENABLED(CONFIG_MIPS_FPU_EMULATOR))
  		fpu_emulator_init_fpu();
  		fpu_emulator_init_fpu();
 +	else
 +	else
 +		ret = SIGILL;
 +		ret = SIGILL;