From f3b3e6095be767ffd8bf15cf77c4e58cc49c6472 Mon Sep 17 00:00:00 2001 From: David Mosberger Date: Thu, 7 Aug 2003 02:20:29 -0700 Subject: [PATCH] ia64: Make elfcore32.h compile for 2.6.0-test2. --- arch/ia64/ia32/elfcore32.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/ia64/ia32/elfcore32.h b/arch/ia64/ia32/elfcore32.h index 60b80af721f3..407bfaea60d4 100644 --- a/arch/ia64/ia32/elfcore32.h +++ b/arch/ia64/ia32/elfcore32.h @@ -99,7 +99,7 @@ static inline int elf_core_copy_task_regs(struct task_struct *t, } static inline int -elf_core_copy_task_fpregs(struct task_struct *tsk, elf_fpregset_t *fpu) +elf_core_copy_task_fpregs(struct task_struct *tsk, struct pt_regs *regs, elf_fpregset_t *fpu) { struct ia32_user_i387_struct *fpstate = (void*)fpu; -- 2.39.5