patch-2.1.121 linux/arch/arm/lib/fp_support.c
Next file: linux/arch/arm/lib/getconsdata.c
Previous file: linux/arch/arm/lib/checksum.S
Back to the patch index
Back to the overall index
- Lines: 23
- Date:
Wed Dec 31 16:00:00 1969
- Orig file:
v2.1.120/linux/arch/arm/lib/fp_support.c
- Orig date:
Tue Jan 20 16:39:41 1998
diff -u --recursive --new-file v2.1.120/linux/arch/arm/lib/fp_support.c linux/arch/arm/lib/fp_support.c
@@ -1,22 +0,0 @@
-/*
- * linux/arch/arm/lib/fp_support.c
- *
- * Copyright (C) 1995, 1996 Russell King
- */
-
-#include <linux/sched.h>
-#include <linux/linkage.h>
-
-extern void (*fp_save)(struct fp_soft_struct *);
-
-asmlinkage void fp_setup(void)
-{
- struct task_struct *p;
-
- p = &init_task;
- do {
- fp_save(&p->tss.fpstate.soft);
- p = p->next_task;
- }
- while (p != &init_task);
-}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov