patch-2.4.25 linux-2.4.25/include/asm-ppc64/system.h

Next file: linux-2.4.25/include/asm-ppc64/systemcfg.h
Previous file: linux-2.4.25/include/asm-ppc64/spinlock.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.24/include/asm-ppc64/system.h linux-2.4.25/include/asm-ppc64/system.h
@@ -63,10 +63,13 @@
 extern void _set_L2CR(unsigned long);
 extern void giveup_fpu(struct task_struct *);
 extern void enable_kernel_fp(void);
+extern void giveup_altivec(struct task_struct *);
+extern void load_up_altivec(struct task_struct *);
 extern void cvt_fd(float *from, double *to, unsigned long *fpscr);
 extern void cvt_df(double *from, float *to, unsigned long *fpscr);
 extern int abs(int);
 extern void cacheable_memzero(void *p, unsigned int nb);
+extern void vpa_init(int cpu);
 
 struct device_node;
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)