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)
commit07b053457b5faea05630c119baffa7c61c515fe4
treeb281b4da5cc45ee45f5136123d1fd2eaacbfe3c5
parent0e65a81b105a3f646793d46740ad90fa5c067986
x86: sys32_kill and sys32_mprotect are pointless

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>
arch/x86/ia32/sys_ia32.c
arch/x86/include/asm/sys_ia32.h
arch/x86/syscalls/syscall_32.tbl