commit | 41d88d55b2891203e98d1dc0acab949ffd0af078 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri May 09 12:41:17 2008 +0200 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Fri May 09 08:03:03 2008 -0700 |
tree | 5838c5745b4804791ac38ddef33df0df3579fa63 | |
parent | a8f43ee7e108cecf68cac652d0a3aeedb8131220 [diff] |
cris: kill sys_pipe implementation The cris implementation of sys_pipe only differs from the generic one by taking the BKL before calling do_pipe which isn't not nessecary. Just kill the cris implementation and use the generic one. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>