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