Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 285906
b: refs/heads/master
c: b7641d2
h: refs/heads/master
v: v3
  • Loading branch information
H. Peter Anvin committed Nov 17, 2011
1 parent dde97a9 commit e64668f
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: 052ad274964e613a12bf8ce7c5631f70d0bc82cc
refs/heads/master: b7641d2c83aa10031bf45afd82619bfaaedcbc6f
6 changes: 3 additions & 3 deletions trunk/arch/x86/kernel/syscall_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ extern 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
*when the & below is removed.
*/
* Smells like a compiler bug -- it doesn't work
* when the & below is removed.
*/
[0 ... __NR_syscall_max] = &sys_ni_syscall,
#include <asm/unistd_64.h>
};

0 comments on commit e64668f

Please sign in to comment.