]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
MIPS: N32: Kill definition PT_TRACESYS for good.
authorRalf Baechle <ralf@linux-mips.org>
Fri, 13 Jul 2012 19:01:12 +0000 (21:01 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 16 Aug 2012 22:24:11 +0000 (00:24 +0200)
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 <ralf@linux-mips.org>
arch/mips/kernel/scall64-n32.S

index 67f0e2a792877207136208a53c2d5a006b22dea6..6209f54fab41b2278211192de7332596e0f851f2 100644 (file)
@@ -17,9 +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).  */