git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8f43ee
)
cris: kill sys_pipe implementation
author
Christoph Hellwig
<hch@lst.de>
Fri, 9 May 2008 10:41:17 +0000
(12:41 +0200)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Fri, 9 May 2008 15:03:03 +0000
(08:03 -0700)
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>
No differences found