From: Russell King Date: Tue, 26 Apr 2005 14:20:12 +0000 (+0100) Subject: [PATCH] ARM: remove PT_TRACESYS X-Git-Tag: v2.6.12-rc4~202^2~2 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=cf88b417f9b1365c5aeeffa5c41208be68adfd76;p=linux-2.6-omap-h63xx.git [PATCH] ARM: remove PT_TRACESYS PT_TRACESYS is unused, remove it. Signed-off-by: Russell King --- diff --git a/arch/arm/kernel/entry-header.S b/arch/arm/kernel/entry-header.S index 5d8a8451629..b7d54a4f98f 100644 --- a/arch/arm/kernel/entry-header.S +++ b/arch/arm/kernel/entry-header.S @@ -25,8 +25,6 @@ #define BAD_IRQ 3 #define BAD_UNDEFINSTR 4 -#define PT_TRACESYS 0x00000002 - @ @ Most of the stack format comes from struct pt_regs, but with @ the addition of 8 bytes for storing syscall args 5 and 6.