From 063653f16174ff485c3cd2346818c95d46c3a5a2 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Fri, 13 Jul 2012 21:16:37 +0200 Subject: [PATCH] MIPS: N32: Delete unused re-definition of SIGILL. Originally and unnecessarilly added in dd8c35f40cda31dc8c027a62b73301a310b8b529 (lmo) [N32 ...] Signed-off-by: Ralf Baechle --- arch/mips/kernel/scall64-n32.S | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/mips/kernel/scall64-n32.S b/arch/mips/kernel/scall64-n32.S index 6209f54fab41..f9b795f74854 100644 --- a/arch/mips/kernel/scall64-n32.S +++ b/arch/mips/kernel/scall64-n32.S @@ -17,9 +17,6 @@ #include #include -/* This duplicates the definition from */ -#define SIGILL 4 /* Illegal instruction (ANSI). */ - #ifndef CONFIG_MIPS32_O32 /* No O32, so define handle_sys here */ #define handle_sysn32 handle_sys -- 2.39.5