commit | 9b013c2820c409ff84871e55e407ec2181782773 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri May 09 14:44:02 2008 +0200 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Fri May 09 08:04:56 2008 -0700 |
tree | a54c6df0d540daf3af0bc7d24e17077bb86a2e9b | |
parent | 41d88d55b2891203e98d1dc0acab949ffd0af078 [diff] |
m32r: use generic sys_pipe m32r can use the generic sys_pipe implementation. The current sys_pipe implementation on m32r only differes from the generic one by passing a lot of additional unused registers to sys_pipe. Reviewed and tested by Hirokazu Takata. Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Hirokazu Takata <takata@linux-m32r.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>