aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/include/asm/elf.h
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2008-09-12 22:42:10 +0900
committerPaul Mundt <lethal@linux-sh.org>2008-09-12 22:42:10 +0900
commit5dadb34394d59313e2e763ae8e2fc911e9fc557c (patch)
tree843585369634453507a9d226d6b1299eb33d14b0 /arch/sh/include/asm/elf.h
parentsh: Fix up NUMA build error with se7722_defconfig. (diff)
downloadlinux-dev-5dadb34394d59313e2e763ae8e2fc911e9fc557c.tar.xz
linux-dev-5dadb34394d59313e2e763ae8e2fc911e9fc557c.zip
sh: Add DSP registers to regset interface.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include/asm/elf.h')
-rw-r--r--arch/sh/include/asm/elf.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/sh/include/asm/elf.h b/arch/sh/include/asm/elf.h
index 455d9e1e1438..7c2363f8250e 100644
--- a/arch/sh/include/asm/elf.h
+++ b/arch/sh/include/asm/elf.h
@@ -108,11 +108,10 @@ typedef struct user_fpu_struct elf_fpregset_t;
#define elf_check_fdpic(x) ((x)->e_flags & EF_SH_FDPIC)
#define elf_check_const_displacement(x) ((x)->e_flags & EF_SH_PIC)
-#if defined(CONFIG_SUPERH32) && \
- (!defined(CONFIG_SH_FPU) && !defined(CONFIG_SH_DSP))
+#if defined(CONFIG_SUPERH32) && !defined(CONFIG_SH_FPU)
/*
* Enable dump using regset for general purpose registers, use this as
- * the default once the FPU and DSP registers are moved over also.
+ * the default once the FPU registers are moved over also.
*/
#define CORE_DUMP_USE_REGSET
#endif