aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/unaligned.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/kernel/unaligned.c')
-rw-r--r--arch/mips/kernel/unaligned.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/kernel/unaligned.c b/arch/mips/kernel/unaligned.c
index bbb69695a0a1..cf51ad36f213 100644
--- a/arch/mips/kernel/unaligned.c
+++ b/arch/mips/kernel/unaligned.c
@@ -1076,7 +1076,7 @@ static void emulate_load_store_insn(struct pt_regs *regs,
1076 own_fpu(1); /* Restore FPU state. */ 1076 own_fpu(1); /* Restore FPU state. */
1077 1077
1078 /* Signal if something went wrong. */ 1078 /* Signal if something went wrong. */
1079 process_fpemu_return(res, fault_addr); 1079 process_fpemu_return(res, fault_addr, 0);
1080 1080
1081 if (res == 0) 1081 if (res == 0)
1082 break; 1082 break;
@@ -1511,7 +1511,7 @@ fpu_emul:
1511 own_fpu(1); /* restore FPU state */ 1511 own_fpu(1); /* restore FPU state */
1512 1512
1513 /* If something went wrong, signal */ 1513 /* If something went wrong, signal */
1514 process_fpemu_return(res, fault_addr); 1514 process_fpemu_return(res, fault_addr, 0);
1515 1515
1516 if (res == 0) 1516 if (res == 0)
1517 goto success; 1517 goto success;