projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acaca3c
)
[PATCH] ARM: remove PT_TRACESYS
author
Russell King
<rmk@dyn-67.arm.linux.org.uk>
Tue, 26 Apr 2005 14:20:12 +0000
(15:20 +0100)
committer
Russell King
<rmk@dyn-67.arm.linux.org.uk>
Tue, 26 Apr 2005 14:20:12 +0000
(15:20 +0100)
PT_TRACESYS is unused, remove it.
Signed-off-by: Russell King <rmk@arm.linux.org.uk>
arch/arm/kernel/entry-header.S
patch
|
blob
|
history
diff --git
a/arch/arm/kernel/entry-header.S
b/arch/arm/kernel/entry-header.S
index 5d8a8451629a05b1ee37cc8fdac0f7017d5e5f43..b7d54a4f98f42d35355f3460c193e99656e99355 100644
(file)
--- 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.