powerpc: don't bother with zero-extending arguments in sys_clone()
authorAl Viro <viro@zeniv.linux.org.uk>
Mon, 22 Oct 2012 02:25:53 +0000 (22:25 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 22 Oct 2012 02:25:53 +0000 (22:25 -0400)
commit9d401279d682280a92db8193ede8415c34588207
tree07d9c01fdbc136b101a5eb369d91191eabeb74ed
parent53b50f9483cce47d1a7aefd1c9f442c094a5b1f7
powerpc: don't bother with zero-extending arguments in sys_clone()

... since the syscall glue had been doing that for 9 years already.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
arch/powerpc/kernel/process.c