m32r: use generic sys_pipe
authorChristoph Hellwig <hch@lst.de>
Fri, 9 May 2008 12:44:02 +0000 (14:44 +0200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 9 May 2008 15:04:56 +0000 (08:04 -0700)
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>

No differences found