diff options
author | Christoph Hellwig <hch@lst.de> | 2007-10-16 04:26:34 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-16 12:43:03 -0400 |
commit | a5f833f3c1961488733bf645b011b6350ee5c7be (patch) | |
tree | d7a8d03a5c29d7c820d8680d51f27c4edda9556a /arch/alpha/kernel/entry.S | |
parent | d9ff5f38727f839dacb2714154fa03e59803d7a5 (diff) |
alpha: convert to generic sys_ptrace
This patch converts alpha to the generic sys_ptrace. We use
force_successful_syscall_return to avoid having to pass the pt_regs pointer
down to the function. I think the removal of the assemly stub is correct,
but I could only compile-test this patch, so please give it a spin before
commiting :)
Signed-off-by: Christoph Hellwig <hch@lst.de>
Cc: Richard Henderson <rth@twiddle.net>
Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/alpha/kernel/entry.S')
-rw-r--r-- | arch/alpha/kernel/entry.S | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/alpha/kernel/entry.S b/arch/alpha/kernel/entry.S index debc8f03886c..5fc61e281ac7 100644 --- a/arch/alpha/kernel/entry.S +++ b/arch/alpha/kernel/entry.S | |||
@@ -917,15 +917,6 @@ sys_pipe: | |||
917 | .end sys_pipe | 917 | .end sys_pipe |
918 | 918 | ||
919 | .align 4 | 919 | .align 4 |
920 | .globl sys_ptrace | ||
921 | .ent sys_ptrace | ||
922 | sys_ptrace: | ||
923 | .prologue 0 | ||
924 | mov $sp, $20 | ||
925 | jmp $31, do_sys_ptrace | ||
926 | .end sys_ptrace | ||
927 | |||
928 | .align 4 | ||
929 | .globl sys_execve | 920 | .globl sys_execve |
930 | .ent sys_execve | 921 | .ent sys_execve |
931 | sys_execve: | 922 | sys_execve: |