sparc: fix sparse warning in math_{32,64}
[cascardo/linux.git] / arch / sparc / include / asm / processor_32.h
index 2c7baa4..2bc9818 100644 (file)
@@ -116,6 +116,7 @@ extern unsigned long get_wchan(struct task_struct *);
 #ifdef __KERNEL__
 
 extern struct task_struct *last_task_used_math;
+int do_mathemu(struct pt_regs *regs, struct task_struct *fpt);
 
 #define cpu_relax()    barrier()
 extern void (*sparc_idle)(void);