x86: sys32_kill and sys32_mprotect are pointless
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 24 Feb 2013 19:00:48 +0000 (14:00 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 4 Mar 2013 04:00:33 +0000 (23:00 -0500)
their argument types are identical to those of sys_kill and sys_mprotect
resp., so we are not doing any kind of argument validation, etc. in those -
they turn into unconditional branches to corresponding syscalls.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

No differences found