Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 110298
b: refs/heads/master
c: 8f7db51
h: refs/heads/master
v: v3
  • Loading branch information
Jaswinder Singh committed Jul 23, 2008
1 parent 327812e commit aa3865a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2b97df06ce44b1d145bd1299f50765803c2fabee
refs/heads/master: 8f7db5186cf126b56035d9a9735774d751090d66
5 changes: 4 additions & 1 deletion trunk/include/asm-x86/syscalls.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
* This file is released under the GPLv2.
* See the file COPYING for more details.
*
* Please do not call me directly, include linux/syscalls.h
*/

#ifndef _ASM_X86_SYSCALLS_H
Expand Down Expand Up @@ -60,6 +59,10 @@ asmlinkage int sys_olduname(struct oldold_utsname __user *);
asmlinkage int sys_set_thread_area(struct user_desc __user *);
asmlinkage int sys_get_thread_area(struct user_desc __user *);

/* kernel/vm86_32.c */
asmlinkage int sys_vm86old(struct pt_regs);
asmlinkage int sys_vm86(struct pt_regs);

#else /* CONFIG_X86_32 */

/* X86_64 only */
Expand Down

0 comments on commit aa3865a

Please sign in to comment.