hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
kernel/arch/parisc/include/asm/elf.h
....@@ -152,7 +152,7 @@
152152 /* The following are PA function descriptors
153153 *
154154 * addr: the absolute address of the function
155
- * gp: either the data pointer (r27) for non-PIC code or the
155
+ * gp: either the data pointer (r27) for non-PIC code or
156156 * the PLT pointer (r19) for PIC code */
157157
158158 /* Format for the Elf32 Function descriptor */
....@@ -304,9 +304,6 @@
304304 typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG];
305305
306306 struct task_struct;
307
-
308
-extern int dump_task_fpu (struct task_struct *, elf_fpregset_t *);
309
-#define ELF_CORE_COPY_FPREGS(tsk, elf_fpregs) dump_task_fpu(tsk, elf_fpregs)
310307
311308 struct pt_regs; /* forward declaration... */
312309