Title: [8761] trunk/arch/blackfin/include/asm/elf.h: Blackfin: stub fpregs dumping
Revision
8761
Author
vapier
Date
2010-05-22 22:10:17 -0400 (Sat, 22 May 2010)

Log Message

Blackfin: stub fpregs dumping

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

Modified Paths

Diff

Modified: trunk/arch/blackfin/include/asm/elf.h (8760 => 8761)


--- trunk/arch/blackfin/include/asm/elf.h	2010-05-22 18:25:46 UTC (rev 8760)
+++ trunk/arch/blackfin/include/asm/elf.h	2010-05-23 02:10:17 UTC (rev 8761)
@@ -119,6 +119,7 @@
 #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.  */
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to