Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

MIPS: math-emu: Remove unused handle_dsemul function declaration

handle_dsemul does not exist and it's not being used in the code at all
so remove its declaration. The deliberate DS emulation exception is
handled by the do_dsemulret C code.

Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/10950/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

authored by

Markos Chandras and committed by
Ralf Baechle
65ab562c a79f5f9b

-1
-1
arch/mips/math-emu/dsemul.c
··· 33 33 34 34 int mips_dsemul(struct pt_regs *regs, mips_instruction ir, unsigned long cpc) 35 35 { 36 - extern asmlinkage void handle_dsemulret(void); 37 36 struct emuframe __user *fr; 38 37 int err; 39 38