diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2005-04-26 10:20:12 -0400 |
---|---|---|
committer | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2005-04-26 10:20:12 -0400 |
commit | cf88b417f9b1365c5aeeffa5c41208be68adfd76 (patch) | |
tree | ffc3be3dff7e20e2ad5367fa8d6d0d2f0baa8a24 /arch/arm/kernel/entry-header.S | |
parent | acaca3c91536491119e97d428c1da935f411cc9a (diff) |
[PATCH] ARM: remove PT_TRACESYS
PT_TRACESYS is unused, remove it.
Signed-off-by: Russell King <rmk@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/kernel/entry-header.S')
-rw-r--r-- | arch/arm/kernel/entry-header.S | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/kernel/entry-header.S b/arch/arm/kernel/entry-header.S index 5d8a8451629a..b7d54a4f98f4 100644 --- a/arch/arm/kernel/entry-header.S +++ b/arch/arm/kernel/entry-header.S | |||
@@ -25,8 +25,6 @@ | |||
25 | #define BAD_IRQ 3 | 25 | #define BAD_IRQ 3 |
26 | #define BAD_UNDEFINSTR 4 | 26 | #define BAD_UNDEFINSTR 4 |
27 | 27 | ||
28 | #define PT_TRACESYS 0x00000002 | ||
29 | |||
30 | @ | 28 | @ |
31 | @ Most of the stack format comes from struct pt_regs, but with | 29 | @ Most of the stack format comes from struct pt_regs, but with |
32 | @ the addition of 8 bytes for storing syscall args 5 and 6. | 30 | @ the addition of 8 bytes for storing syscall args 5 and 6. |