[elf][non-regset] uninline elf_core_copy_task_fpregs() (and lose pt_regs argument)
[linux-2.6-microblaze.git] / arch / x86 / um / asm / elf.h
index dcaf3b3..6523eb7 100644 (file)
@@ -201,10 +201,6 @@ typedef struct user_i387_struct elf_fpregset_t;
 
 struct task_struct;
 
-extern int elf_core_copy_fpregs(struct task_struct *t, elf_fpregset_t *fpu);
-
-#define ELF_CORE_COPY_FPREGS(t, fpu) elf_core_copy_fpregs(t, fpu)
-
 #define ELF_EXEC_PAGESIZE 4096
 
 #define ELF_ET_DYN_BASE (TASK_SIZE / 3 * 2)