Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 285913
b: refs/heads/master
c: 61f1e7e
h: refs/heads/master
i:
  285911: 333daf3
v: v3
  • Loading branch information
H. Peter Anvin committed Nov 19, 2011
1 parent 377cc03 commit 0a91d25
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: f14525f9e033f344996905744f41680ea2b877ce
refs/heads/master: 61f1e7e20874e8f11dab69b6a4bf7616badd4fe8
2 changes: 1 addition & 1 deletion trunk/arch/x86/ia32/syscall_ia32.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ extern void compat_ni_syscall(void);

const sys_call_ptr_t ia32_sys_call_table[__NR_ia32_syscall_max+1] = {
/*
* Smells like a like a compiler bug -- it doesn't work
* Smells like a compiler bug -- it doesn't work
* when the & below is removed.
*/
[0 ... __NR_ia32_syscall_max] = &compat_ni_syscall,
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/syscall_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ extern asmlinkage void sys_ni_syscall(void);

const sys_call_ptr_t sys_call_table[__NR_syscall_max+1] = {
/*
* Smells like a like a compiler bug -- it doesn't work
* Smells like a compiler bug -- it doesn't work
* when the & below is removed.
*/
[0 ... __NR_syscall_max] = &sys_ni_syscall,
Expand Down

0 comments on commit 0a91d25

Please sign in to comment.