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)
commit9b013c2820c409ff84871e55e407ec2181782773
treea54c6df0d540daf3af0bc7d24e17077bb86a2e9b
parent41d88d55b2891203e98d1dc0acab949ffd0af078
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>
arch/m32r/kernel/sys_m32r.c