X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-x86_64%2Ffpu32.h;h=4153db5c0c31b9dd7edcbf80f826fbeac15f07e6;hb=9213980e6a70d8473e0ffd4b39ab5b6caaba9ff5;hp=244ffe2a0aa4b1ef975653863fe01fd1425fc7ec;hpb=c449269f45c2cdf53af08c8d0af37472f66539d9;p=linux-2.6.git diff --git a/include/asm-x86_64/fpu32.h b/include/asm-x86_64/fpu32.h index 244ffe2a0..4153db5c0 100644 --- a/include/asm-x86_64/fpu32.h +++ b/include/asm-x86_64/fpu32.h @@ -3,8 +3,8 @@ struct _fpstate_ia32; -int restore_i387_ia32(struct task_struct *tsk, struct _fpstate_ia32 *buf, int fsave); -int save_i387_ia32(struct task_struct *tsk, struct _fpstate_ia32 *buf, +int restore_i387_ia32(struct task_struct *tsk, struct _fpstate_ia32 __user *buf, int fsave); +int save_i387_ia32(struct task_struct *tsk, struct _fpstate_ia32 __user *buf, struct pt_regs *regs, int fsave); #endif