Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120783
b: refs/heads/master
c: c0195b6
h: refs/heads/master
i:
  120781: e4ad6c6
  120779: 8e93b3e
  120775: 4110d6e
  120767: da16e8c
v: v3
  • Loading branch information
Jaswinder Singh authored and Ingo Molnar committed Dec 16, 2008
1 parent e366448 commit d32ca4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 7b5b50f1be9e07714cfaa620d102c8daf3cdd814
refs/heads/master: c0195b6da08c4ddd8c8ea830f6c3c40bc7f82071
6 changes: 3 additions & 3 deletions trunk/arch/x86/include/asm/syscalls.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
/* kernel/ioport.c */
asmlinkage long sys_ioperm(unsigned long, unsigned long, int);

/* kernel/ldt.c */
asmlinkage int sys_modify_ldt(int, void __user *, unsigned long);

/* X86_32 only */
#ifdef CONFIG_X86_32
/* kernel/process_32.c */
Expand All @@ -38,9 +41,6 @@ asmlinkage int sys_rt_sigreturn(unsigned long);
/* kernel/ioport.c */
asmlinkage long sys_iopl(unsigned long);

/* kernel/ldt.c */
asmlinkage int sys_modify_ldt(int, void __user *, unsigned long);

/* kernel/sys_i386_32.c */
asmlinkage long sys_mmap2(unsigned long, unsigned long, unsigned long,
unsigned long, unsigned long, unsigned long);
Expand Down

0 comments on commit d32ca4b

Please sign in to comment.