make SYSCALL_DEFINE<n>-generated wrappers do asmlinkage_protect
authorAl Viro <viro@zeniv.linux.org.uk>
Mon, 21 Jan 2013 20:25:54 +0000 (15:25 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 4 Mar 2013 03:58:33 +0000 (22:58 -0500)
... and switch i386 to HAVE_SYSCALL_WRAPPERS, killing open-coded
uses of asmlinkage_protect() in a bunch of syscalls.

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

No differences found