aboutsummaryrefslogtreecommitdiffstats
path: root/arch/alpha/kernel/systbls.S
diff options
context:
space:
mode:
authorAl Viro <viro@ftp.linux.org.uk>2010-09-26 14:28:12 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2010-09-27 15:19:53 -0400
commitc52c2ddc1dfa6fe85ffd5e4c57cf91f6982639fe (patch)
tree25f44cf6ce5fbd50109935978821ec76e3d51393 /arch/alpha/kernel/systbls.S
parent32163f4b2cef28a5aab8b226ffecfc6379a53786 (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/systbls.S')
-rw-r--r--arch/alpha/kernel/systbls.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/alpha/kernel/systbls.S b/arch/alpha/kernel/systbls.S
index ce594ef533cc..a6a1de9db16f 100644
--- a/arch/alpha/kernel/systbls.S
+++ b/arch/alpha/kernel/systbls.S
@@ -58,7 +58,7 @@ sys_call_table:
58 .quad sys_open /* 45 */ 58 .quad sys_open /* 45 */
59 .quad alpha_ni_syscall 59 .quad alpha_ni_syscall
60 .quad sys_getxgid 60 .quad sys_getxgid
61 .quad osf_sigprocmask 61 .quad sys_osf_sigprocmask
62 .quad alpha_ni_syscall 62 .quad alpha_ni_syscall
63 .quad alpha_ni_syscall /* 50 */ 63 .quad alpha_ni_syscall /* 50 */
64 .quad sys_acct 64 .quad sys_acct