diff options
author | Cheng Renquan <crquan@gmail.com> | 2009-01-14 10:01:33 +0100 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2009-03-27 19:43:58 +0100 |
commit | 10f303ae1e5e77a9f7cb053e6329906afb132c67 (patch) | |
tree | 720e7d57a46da824f217ab0dc5b2682814aadfa4 /arch/alpha/kernel/entry.S | |
parent | ufs: copy symlink data into the correct union member (diff) | |
download | linux-10f303ae1e5e77a9f7cb053e6329906afb132c67.tar.xz linux-10f303ae1e5e77a9f7cb053e6329906afb132c67.zip |
do_pipe cleanup: drop its last user in arch/alpha/
The last user of do_pipe is in arch/alpha/, after replacing it with
do_pipe_flags, the do_pipe can be totally dropped.
Signed-off-by: Cheng Renquan <crquan@gmail.com>
Acked-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/alpha/kernel/entry.S')
-rw-r--r-- | arch/alpha/kernel/entry.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/alpha/kernel/entry.S b/arch/alpha/kernel/entry.S index e4a54b615894..b45d913a51c3 100644 --- a/arch/alpha/kernel/entry.S +++ b/arch/alpha/kernel/entry.S @@ -903,8 +903,9 @@ sys_alpha_pipe: stq $26, 0($sp) .prologue 0 + mov $31, $17 lda $16, 8($sp) - jsr $26, do_pipe + jsr $26, do_pipe_flags ldq $26, 0($sp) bne $0, 1f |