summaryrefslogtreecommitdiff
path: root/arch/mips/include/asm/signal.h
diff options
context:
space:
mode:
authorHarvey Hunt <harvey.hunt@imgtec.com>2016-06-17 16:03:45 +0100
committerRalf Baechle <ralf@linux-mips.org>2016-08-02 11:02:35 +0200
commitd1e63c947a6fa4f61253343d9bbd834394a6c364 (patch)
tree75a5093965112c8b69389a8d73639b768f65bc6e /arch/mips/include/asm/signal.h
parent1a770b85c1f1c1ee37afd7cef5237ffc4c970f04 (diff)
MIPS: Factor o32 specific code into signal_o32.c
The commit ebb5e78cc634 ("MIPS: Initial implementation of a VDSO") caused building a 64 bit kernel with support for n32 and not o32 to produce a build error: arch/mips/kernel/signal32.c:415:11: error: ‘vdso_image_o32’ undeclared here (not in a function) .vdso = &vdso_image_o32, Fix this by moving the o32 specific code into signal_o32.c and updating the Makefile accordingly. Signed-off-by: Harvey Hunt <harvey.hunt@imgtec.com> Cc: Leonid Yegoshin <Leonid.Yegoshin@imgtec.com> Cc: Alex Smith <alex@alex-smith.me.uk> Cc: linux-mips@linux-mips.org Cc: linux-kernel@vger.kernel.org Patchwork: https://patchwork.linux-mips.org/patch/13690/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/include/asm/signal.h')
-rw-r--r--arch/mips/include/asm/signal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/include/asm/signal.h b/arch/mips/include/asm/signal.h
index 2292373ff11a..77b3b95c4e2e 100644
--- a/arch/mips/include/asm/signal.h
+++ b/arch/mips/include/asm/signal.h
@@ -11,7 +11,7 @@
#include <uapi/asm/signal.h>
-#ifdef CONFIG_MIPS32_COMPAT
+#ifdef CONFIG_MIPS32_O32
extern struct mips_abi mips_abi_32;
#define sig_uses_siginfo(ka, abi) \