X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-x86_64%2Ffpu32.h;h=4153db5c0c31b9dd7edcbf80f826fbeac15f07e6;hb=567f20a20be06ad546b5962340c4be268462055b;hp=dce9f6f4b5cd452421d63f76c86dee5fd57be7b8;hpb=653a9213ae6f303790975dd836d95778aab070de;p=linux-2.6.git diff --git a/include/asm-x86_64/fpu32.h b/include/asm-x86_64/fpu32.h index dce9f6f4b..4153db5c0 100644 --- a/include/asm-x86_64/fpu32.h +++ b/include/asm-x86_64/fpu32.h @@ -7,7 +7,4 @@ int restore_i387_ia32(struct task_struct *tsk, struct _fpstate_ia32 __user *buf, int save_i387_ia32(struct task_struct *tsk, struct _fpstate_ia32 __user *buf, struct pt_regs *regs, int fsave); -int get_fpregs32(struct user_i387_ia32_struct *, struct task_struct *); -int set_fpregs32(struct task_struct *, const struct user_i387_ia32_struct *); - #endif