Blackfin: stub fpregs dumping
authorMike Frysinger <vapier@gentoo.org>
Sun, 23 May 2010 01:25:39 +0000 (21:25 -0400)
committerMike Frysinger <vapier@gentoo.org>
Fri, 6 Aug 2010 16:55:44 +0000 (12:55 -0400)
The Blackfin processor has no FPU, so there are no FPU regs to dump.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
arch/blackfin/include/asm/elf.h

index 117713a..e6c6812 100644 (file)
@@ -119,6 +119,7 @@ do {                                                                                        \
 #define ELF_CORE_COPY_REGS(pr_reg, regs)       \
         memcpy((char *) &pr_reg, (char *)regs,  \
                sizeof(struct pt_regs));
+#define ELF_CORE_COPY_FPREGS(...) 0    /* Blackfin has no FPU */
 
 /* This yields a mask that user programs can use to figure out what
    instruction set this cpu supports.  */