diff options
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: |