aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/math-emu
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2005-10-18 05:26:46 -0400
committerRalf Baechle <ralf@linux-mips.org>2005-10-29 14:32:43 -0400
commit12616ed202ba66af6e1386df02d06c72d7386339 (patch)
tree1e003d71846e85d0e0f377b855ad9602f66e9dda /arch/mips/math-emu
parent178086c86ac9738a76f1462e9ee4cbe8fd3b8c51 (diff)
FPU emulator garbage collection.
First argument of fpu_emulator_cop1Handler() was unused. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/math-emu')
-rw-r--r--arch/mips/math-emu/cp1emu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/math-emu/cp1emu.c b/arch/mips/math-emu/cp1emu.c
index 096780ce939..99ffaa3d52b 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
1290int fpu_emulator_cop1Handler(int xcptno, struct pt_regs *xcp, 1290int 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;