diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2010-09-26 14:28:12 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-09-27 15:19:53 -0400 |
commit | c52c2ddc1dfa6fe85ffd5e4c57cf91f6982639fe (patch) | |
tree | 25f44cf6ce5fbd50109935978821ec76e3d51393 /arch/alpha/kernel/entry.S | |
parent | 32163f4b2cef28a5aab8b226ffecfc6379a53786 (diff) |
alpha: switch osf_sigprocmask() to use of sigprocmask()
get rid of a useless wrapper, while we are at it
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
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 d1273c1a1364..6d159cee5f2f 100644 --- a/arch/alpha/kernel/entry.S +++ b/arch/alpha/kernel/entry.S | |||
@@ -915,15 +915,6 @@ sys_execve: | |||
915 | .end sys_execve | 915 | .end sys_execve |
916 | 916 | ||
917 | .align 4 | 917 | .align 4 |
918 | .globl osf_sigprocmask | ||
919 | .ent osf_sigprocmask | ||
920 | osf_sigprocmask: | ||
921 | .prologue 0 | ||
922 | mov $sp, $18 | ||
923 | jmp $31, sys_osf_sigprocmask | ||
924 | .end osf_sigprocmask | ||
925 | |||
926 | .align 4 | ||
927 | .globl alpha_ni_syscall | 918 | .globl alpha_ni_syscall |
928 | .ent alpha_ni_syscall | 919 | .ent alpha_ni_syscall |
929 | alpha_ni_syscall: | 920 | alpha_ni_syscall: |