aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/asm-x86/syscalls.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/asm-x86/syscalls.h b/include/asm-x86/syscalls.h
index 170fcb132f53..3d6b159d348c 100644
--- a/include/asm-x86/syscalls.h
+++ b/include/asm-x86/syscalls.h
@@ -6,7 +6,6 @@
6 * This file is released under the GPLv2. 6 * This file is released under the GPLv2.
7 * See the file COPYING for more details. 7 * See the file COPYING for more details.
8 * 8 *
9 * Please do not call me directly, include linux/syscalls.h
10 */ 9 */
11 10
12#ifndef _ASM_X86_SYSCALLS_H 11#ifndef _ASM_X86_SYSCALLS_H
@@ -60,6 +59,10 @@ asmlinkage int sys_olduname(struct oldold_utsname __user *);
60asmlinkage int sys_set_thread_area(struct user_desc __user *); 59asmlinkage int sys_set_thread_area(struct user_desc __user *);
61asmlinkage int sys_get_thread_area(struct user_desc __user *); 60asmlinkage int sys_get_thread_area(struct user_desc __user *);
62 61
62/* kernel/vm86_32.c */
63asmlinkage int sys_vm86old(struct pt_regs);
64asmlinkage int sys_vm86(struct pt_regs);
65
63#else /* CONFIG_X86_32 */ 66#else /* CONFIG_X86_32 */
64 67
65/* X86_64 only */ 68/* X86_64 only */