projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2521ce
)
Blackfin: stub fpregs dumping
author
Mike Frysinger
<vapier@gentoo.org>
Sun, 23 May 2010 01:25:39 +0000
(21:25 -0400)
committer
Mike 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/blackfin/include/asm/elf.h
b/arch/blackfin/include/asm/elf.h
index 117713adea7ff262f96a55527506c6bbb51da8b5..e6c6812a9abd7a48311dd87122a90be43b709ce1 100644
(file)
--- a/
arch/blackfin/include/asm/elf.h
+++ b/
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. */