x86, vm86: fix VM86 syscalls: use SYSCALL_DEFINEx(...)
authorAlexander van Heukelum <heukelum@fastmail.fm>
Wed, 27 Mar 2013 21:18:05 +0000 (22:18 +0100)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 3 May 2013 00:36:32 +0000 (20:36 -0400)
Commit 49cb25e9290 x86: 'get rid of pt_regs argument in vm86/vm86old'
got rid of the pt_regs stub for sys_vm86old and sys_vm86. The functions
were, however, not changed to use the calling convention for syscalls.

[AV: killed asmlinkage_protect() - it's done automatically now]

Reported-and-tested-by: Hans de Bruin <jmdebruin@xmsnet.nl>
Cc: stable@vger.kernel.org
Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

No differences found