diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2012-10-16 22:20:25 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2012-11-26 13:41:05 +0100 |
commit | 088b530a07ad64b25cc28ad84d879af0859f9bf5 (patch) | |
tree | 9b8aa56fedb927d8daadc0cd5e2de6053e2c9edc /arch/mips | |
parent | 4b686893096c69227ed5a872a674563342bae048 (diff) | |
download | linux-088b530a07ad64b25cc28ad84d879af0859f9bf5.tar.gz linux-088b530a07ad64b25cc28ad84d879af0859f9bf5.tar.bz2 linux-088b530a07ad64b25cc28ad84d879af0859f9bf5.zip |
MIPS: N32: Remove unused defines.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/kernel/scall64-n32.S | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/mips/kernel/scall64-n32.S b/arch/mips/kernel/scall64-n32.S index f6ba8381ee01..9c721dd84ba1 100644 --- a/arch/mips/kernel/scall64-n32.S +++ b/arch/mips/kernel/scall64-n32.S @@ -17,12 +17,6 @@ #include <asm/thread_info.h> #include <asm/unistd.h> -/* This duplicates the definition from <linux/sched.h> */ -#define PT_TRACESYS 0x00000002 /* tracing system calls */ - -/* This duplicates the definition from <asm/signal.h> */ -#define SIGILL 4 /* Illegal instruction (ANSI). */ - #ifndef CONFIG_MIPS32_O32 /* No O32, so define handle_sys here */ #define handle_sysn32 handle_sys |