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
v19.07.3_mercusys_ac12_duma
John Crispin 10 years ago
parent 30d6bc1026
commit 7b3354bb92

@ -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;

Loading…
Cancel
Save