]> err.no Git - linux-2.6/blobdiff - include/asm-ppc/system.h
[PATCH] powerpc: Fix handling of fpscr on 64-bit
[linux-2.6] / include / asm-ppc / system.h
index 1f310783757e0a2318af68a55348244ebb6706b8..eb30c09516ae3fca2f000d0bf7d90337ca8e37f3 100644 (file)
@@ -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 *);