aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/include/asm/syscalls.h
diff options
context:
space:
mode:
authorBrian Gerst <brgerst@gmail.com>2009-12-09 19:01:55 -0500
committerH. Peter Anvin <hpa@zytor.com>2009-12-09 16:29:23 -0800
commitf1382f157fb1175bba008abad0907310a1e459ce (patch)
treecbfecebf4ec8994237d512f97da745440c77ab26 /arch/x86/include/asm/syscalls.h
parentx86: Merge sys_sigaltstack (diff)
downloadwireguard-linux-f1382f157fb1175bba008abad0907310a1e459ce.tar.xz
wireguard-linux-f1382f157fb1175bba008abad0907310a1e459ce.zip
x86, 32-bit: Convert sys_vm86 & sys_vm86old
Convert these to new PTREGSCALL stubs. Signed-off-by: Brian Gerst <brgerst@gmail.com> LKML-Reference: <1260403316-5679-6-git-send-email-brgerst@gmail.com> Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'arch/x86/include/asm/syscalls.h')
-rw-r--r--arch/x86/include/asm/syscalls.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/include/asm/syscalls.h b/arch/x86/include/asm/syscalls.h
index 94e0b61fb040..df2c51106565 100644
--- a/arch/x86/include/asm/syscalls.h
+++ b/arch/x86/include/asm/syscalls.h
@@ -66,8 +66,8 @@ asmlinkage int sys_uname(struct old_utsname __user *);
asmlinkage int sys_olduname(struct oldold_utsname __user *);
/* kernel/vm86_32.c */
-int sys_vm86old(struct pt_regs *);
-int sys_vm86(struct pt_regs *);
+int sys_vm86old(struct vm86_struct __user *, struct pt_regs *);
+int sys_vm86(unsigned long, unsigned long, struct pt_regs *);
#else /* CONFIG_X86_32 */