patch-2.2.17 linux/include/asm-ppc/system.h
Next file: linux/include/asm-ppc/termbits.h
Previous file: linux/include/asm-ppc/residual.h
Back to the patch index
Back to the overall index
- Lines: 24
- Date:
Mon Sep 4 18:39:28 2000
- Orig file:
v2.2.16/include/asm-ppc/system.h
- Orig date:
Mon Sep 4 18:37:16 2000
diff -u --recursive --new-file v2.2.16/include/asm-ppc/system.h linux/include/asm-ppc/system.h
@@ -52,6 +52,7 @@
}
}
+struct task_struct;
extern void __sti(void);
extern void __cli(void);
@@ -72,6 +73,7 @@
extern void pmac_find_display(void);
extern void giveup_fpu(struct task_struct *);
extern void enable_kernel_fp(void);
+extern void giveup_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 call_rtas(const char *, int, int, unsigned long *, ...);
@@ -81,7 +83,6 @@
struct device_node;
extern void note_scsi_host(struct device_node *, void *);
-struct task_struct;
#define switch_to(prev,next,last) _switch_to((prev),(next),&(last))
extern void _switch_to(struct task_struct *, struct task_struct *,
struct task_struct **);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)