]> git.baikalelectronics.ru Git - kernel.git/commit
cris: kill sys_pipe implementation
authorChristoph Hellwig <hch@lst.de>
Fri, 9 May 2008 10:41:17 +0000 (12:41 +0200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 9 May 2008 15:03:03 +0000 (08:03 -0700)
commit7eba7449de4f39aebf056b0be5670abcbdfbdbf2
tree5838c5745b4804791ac38ddef33df0df3579fa63
parent19c99ef1016ecb41a421d57ba58f00088b16b877
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>
arch/cris/kernel/sys_cris.c