FPU emulator garbage collection.

First argument of fpu_emulator_cop1Handler() was unused.
    
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Ralf Baechle
2005-10-18 10:26:46 +01:00
parent 178086c86a
commit 12616ed202
2 changed files with 4 additions and 4 deletions

View File

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