patch-2.4.0-test10 linux/include/asm-i386/i387.h
Next file: linux/include/asm-i386/page.h
Previous file: linux/include/asm-i386/floppy.h
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Tue Oct 31 11:21:32 2000
- Orig file:
v2.4.0-test9/linux/include/asm-i386/i387.h
- Orig date:
Fri Sep 8 12:54:52 2000
diff -u --recursive --new-file v2.4.0-test9/linux/include/asm-i386/i387.h linux/include/asm-i386/i387.h
@@ -16,16 +16,16 @@
#include <asm/sigcontext.h>
#include <asm/user.h>
+extern void init_fpu(void);
/*
* FPU lazy state save handling...
*/
-extern void save_fpu( struct task_struct *tsk );
extern void save_init_fpu( struct task_struct *tsk );
extern void restore_fpu( struct task_struct *tsk );
#define unlazy_fpu( tsk ) do { \
if ( tsk->flags & PF_USEDFPU ) \
- save_fpu( tsk ); \
+ save_init_fpu( tsk ); \
} while (0)
#define clear_fpu( tsk ) do { \
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)