diff options
Diffstat (limited to 'include/asm-powerpc/system.h')
-rw-r--r-- | include/asm-powerpc/system.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-powerpc/system.h b/include/asm-powerpc/system.h index d60c8c928922..e926e43c4ae6 100644 --- a/include/asm-powerpc/system.h +++ b/include/asm-powerpc/system.h | |||
@@ -132,8 +132,8 @@ extern int emulate_altivec(struct pt_regs *); | |||
132 | extern void giveup_spe(struct task_struct *); | 132 | extern void giveup_spe(struct task_struct *); |
133 | extern void load_up_spe(struct task_struct *); | 133 | extern void load_up_spe(struct task_struct *); |
134 | extern int fix_alignment(struct pt_regs *); | 134 | extern int fix_alignment(struct pt_regs *); |
135 | extern void cvt_fd(float *from, double *to, unsigned long *fpscr); | 135 | extern void cvt_fd(float *from, double *to, struct thread_struct *thread); |
136 | extern void cvt_df(double *from, float *to, unsigned long *fpscr); | 136 | extern void cvt_df(double *from, float *to, struct thread_struct *thread); |
137 | 137 | ||
138 | #ifdef CONFIG_ALTIVEC | 138 | #ifdef CONFIG_ALTIVEC |
139 | extern void flush_altivec_to_thread(struct task_struct *); | 139 | extern void flush_altivec_to_thread(struct task_struct *); |