X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-ppc%2Fsystem.h;h=eb30c09516ae3fca2f000d0bf7d90337ca8e37f3;hb=25c8a78b1e00ac0cc640677eda78b462c2cd4c6e;hp=1f310783757e0a2318af68a55348244ebb6706b8;hpb=fda262b8978d0089758ef9444508434c74113a61;p=linux-2.6 diff --git a/include/asm-ppc/system.h b/include/asm-ppc/system.h index 1f31078375..eb30c09516 100644 --- a/include/asm-ppc/system.h +++ b/include/asm-ppc/system.h @@ -82,8 +82,8 @@ extern int emulate_altivec(struct pt_regs *); extern void giveup_spe(struct task_struct *); extern void load_up_spe(struct task_struct *); extern int fix_alignment(struct pt_regs *); -extern void cvt_fd(float *from, double *to, unsigned long *fpscr); -extern void cvt_df(double *from, float *to, unsigned long *fpscr); +extern void cvt_fd(float *from, double *to, struct thread_struct *thread); +extern void cvt_df(double *from, float *to, struct thread_struct *thread); #ifdef CONFIG_ALTIVEC extern void flush_altivec_to_thread(struct task_struct *);