aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include')
-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 *);
66asmlinkage int sys_olduname(struct oldold_utsname __user *); 66asmlinkage int sys_olduname(struct oldold_utsname __user *);
67 67
68/* kernel/vm86_32.c */ 68/* kernel/vm86_32.c */
69int sys_vm86old(struct pt_regs *); 69int sys_vm86old(struct vm86_struct __user *, struct pt_regs *);
70int sys_vm86(struct pt_regs *); 70int sys_vm86(unsigned long, unsigned long, struct pt_regs *);
71 71
72#else /* CONFIG_X86_32 */ 72#else /* CONFIG_X86_32 */
73 73