diff options
Diffstat (limited to 'arch/blackfin/include/asm/elf.h')
-rw-r--r-- | arch/blackfin/include/asm/elf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/blackfin/include/asm/elf.h b/arch/blackfin/include/asm/elf.h index 117713adea7f..e6c6812a9abd 100644 --- a/arch/blackfin/include/asm/elf.h +++ b/arch/blackfin/include/asm/elf.h | |||
@@ -119,6 +119,7 @@ do { \ | |||
119 | #define ELF_CORE_COPY_REGS(pr_reg, regs) \ | 119 | #define ELF_CORE_COPY_REGS(pr_reg, regs) \ |
120 | memcpy((char *) &pr_reg, (char *)regs, \ | 120 | memcpy((char *) &pr_reg, (char *)regs, \ |
121 | sizeof(struct pt_regs)); | 121 | sizeof(struct pt_regs)); |
122 | #define ELF_CORE_COPY_FPREGS(...) 0 /* Blackfin has no FPU */ | ||
122 | 123 | ||
123 | /* This yields a mask that user programs can use to figure out what | 124 | /* This yields a mask that user programs can use to figure out what |
124 | instruction set this cpu supports. */ | 125 | instruction set this cpu supports. */ |