From b7727c571cef7bee999529e757f7ac03d9863e53 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Fri, 13 Jul 2012 21:01:12 +0200 Subject: [PATCH] MIPS: N32: Kill definition PT_TRACESYS for good. Originally killed in 75ddbae069832b2ef15fb9678347ce7f5fbbbf95 (lmo) [Merge with Linux 2.5.3.] then unnecessarily added back in dd8c35f40cda31dc8c027a62b73301a310b8b529 (lmo) [N32 ...] This predates Linus' git history ... 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 67f0e2a79287..6209f54fab41 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 PT_TRACESYS 0x00000002 /* tracing system calls */ - /* This duplicates the definition from */ #define SIGILL 4 /* Illegal instruction (ANSI). */ -- 2.39.5