From: Al Viro Date: Sun, 24 Feb 2013 19:00:48 +0000 (-0500) Subject: x86: sys32_kill and sys32_mprotect are pointless X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~87^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07b053457b5faea05630c119baffa7c61c515fe4;p=pandora-kernel.git 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 --- Reading git-diff-tree failed