瀏覽代碼

Blackfin: stub fpregs dumping

The Blackfin processor has no FPU, so there are no FPU regs to dump.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Mike Frysinger 15 年之前
父節點
當前提交
88a0ade952
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      arch/blackfin/include/asm/elf.h

+ 1 - 0
arch/blackfin/include/asm/elf.h

@@ -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.  */