diff options
Diffstat (limited to 'include/asm-ppc/system.h')
-rw-r--r-- | include/asm-ppc/system.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-ppc/system.h b/include/asm-ppc/system.h index 1f310783757e..eb30c09516ae 100644 --- a/include/asm-ppc/system.h +++ b/include/asm-ppc/system.h | |||
@@ -82,8 +82,8 @@ extern int emulate_altivec(struct pt_regs *); | |||
82 | extern void giveup_spe(struct task_struct *); | 82 | extern void giveup_spe(struct task_struct *); |
83 | extern void load_up_spe(struct task_struct *); | 83 | extern void load_up_spe(struct task_struct *); |
84 | extern int fix_alignment(struct pt_regs *); | 84 | extern int fix_alignment(struct pt_regs *); |
85 | extern void cvt_fd(float *from, double *to, unsigned long *fpscr); | 85 | extern void cvt_fd(float *from, double *to, struct thread_struct *thread); |
86 | extern void cvt_df(double *from, float *to, unsigned long *fpscr); | 86 | extern void cvt_df(double *from, float *to, struct thread_struct *thread); |
87 | 87 | ||
88 | #ifdef CONFIG_ALTIVEC | 88 | #ifdef CONFIG_ALTIVEC |
89 | extern void flush_altivec_to_thread(struct task_struct *); | 89 | extern void flush_altivec_to_thread(struct task_struct *); |