diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/ia64/ia32/elfcore32.h | 1 | ||||
-rw-r--r-- | arch/x86/ia32/ia32_binfmt.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/ia64/ia32/elfcore32.h b/arch/ia64/ia32/elfcore32.h index a47f63b204fb..446c9aac924d 100644 --- a/arch/ia64/ia32/elfcore32.h +++ b/arch/ia64/ia32/elfcore32.h | |||
@@ -117,6 +117,7 @@ elf_core_copy_task_fpregs(struct task_struct *tsk, struct pt_regs *regs, elf_fpr | |||
117 | } | 117 | } |
118 | 118 | ||
119 | #define ELF_CORE_COPY_XFPREGS 1 | 119 | #define ELF_CORE_COPY_XFPREGS 1 |
120 | #define ELF_CORE_XFPREG_TYPE NT_PRXFPREG | ||
120 | static inline int | 121 | static inline int |
121 | elf_core_copy_task_xfpregs(struct task_struct *tsk, elf_fpxregset_t *xfpu) | 122 | elf_core_copy_task_xfpregs(struct task_struct *tsk, elf_fpxregset_t *xfpu) |
122 | { | 123 | { |
diff --git a/arch/x86/ia32/ia32_binfmt.c b/arch/x86/ia32/ia32_binfmt.c index dffd2ac72747..d3c53e8b05c0 100644 --- a/arch/x86/ia32/ia32_binfmt.c +++ b/arch/x86/ia32/ia32_binfmt.c | |||
@@ -188,6 +188,7 @@ elf_core_copy_task_fpregs(struct task_struct *tsk, struct pt_regs *regs, elf_fpr | |||
188 | } | 188 | } |
189 | 189 | ||
190 | #define ELF_CORE_COPY_XFPREGS 1 | 190 | #define ELF_CORE_COPY_XFPREGS 1 |
191 | #define ELF_CORE_XFPREG_TYPE NT_PRXFPREG | ||
191 | static inline int | 192 | static inline int |
192 | elf_core_copy_task_xfpregs(struct task_struct *t, elf_fpxregset_t *xfpu) | 193 | elf_core_copy_task_xfpregs(struct task_struct *t, elf_fpxregset_t *xfpu) |
193 | { | 194 | { |