Commit f3b3e609 authored by David Mosberger's avatar David Mosberger

ia64: Make elfcore32.h compile for 2.6.0-test2.

parent b96d1fe3
...@@ -99,7 +99,7 @@ static inline int elf_core_copy_task_regs(struct task_struct *t, ...@@ -99,7 +99,7 @@ static inline int elf_core_copy_task_regs(struct task_struct *t,
} }
static inline int 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; struct ia32_user_i387_struct *fpstate = (void*)fpu;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment