diff options
Diffstat (limited to 'arch/mips/math-emu/cp1emu.c')
-rw-r--r-- | arch/mips/math-emu/cp1emu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/math-emu/cp1emu.c b/arch/mips/math-emu/cp1emu.c index 096780ce939d..99ffaa3d52b6 100644 --- a/arch/mips/math-emu/cp1emu.c +++ b/arch/mips/math-emu/cp1emu.c | |||
@@ -1287,7 +1287,7 @@ static int fpu_emu(struct pt_regs *xcp, struct mips_fpu_soft_struct *ctx, | |||
1287 | return 0; | 1287 | return 0; |
1288 | } | 1288 | } |
1289 | 1289 | ||
1290 | int fpu_emulator_cop1Handler(int xcptno, struct pt_regs *xcp, | 1290 | int fpu_emulator_cop1Handler(struct pt_regs *xcp, |
1291 | struct mips_fpu_soft_struct *ctx) | 1291 | struct mips_fpu_soft_struct *ctx) |
1292 | { | 1292 | { |
1293 | unsigned long oldepc, prevepc; | 1293 | unsigned long oldepc, prevepc; |