aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/math-emu
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2005-10-18 10:26:46 +0100
committerRalf Baechle <ralf@linux-mips.org>2005-10-29 19:32:43 +0100
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,
return 0;
}
-int fpu_emulator_cop1Handler(int xcptno, struct pt_regs *xcp,
+int fpu_emulator_cop1Handler(struct pt_regs *xcp,
struct mips_fpu_soft_struct *ctx)
{
unsigned long oldepc, prevepc;