Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 285919
b: refs/heads/master
c: a074335
h: refs/heads/master
i:
  285917: a7c38f8
  285915: 0751233
  285911: 333daf3
  285903: 5074032
  285887: 37133bb
v: v3
  • Loading branch information
H. Peter Anvin committed Dec 6, 2011
1 parent f157ff1 commit 694b1a2
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: 45db1c6176c8171d9ae6fa6d82e07d115a5950ca
refs/heads/master: a074335a370eca6d72f2ec890e4ae22923a2aea4
2 changes: 1 addition & 1 deletion trunk/arch/x86/um/sys_call_table_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ typedef void (*sys_call_ptr_t)(void);

extern void sys_ni_syscall(void);

sys_call_ptr_t sys_call_table[] __cacheline_aligned = {
const sys_call_ptr_t sys_call_table[] __cacheline_aligned = {
/*
* Smells like a compiler bug -- it doesn't work
* when the & below is removed.
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/x86/um/sys_call_table_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ typedef void (*sys_call_ptr_t)(void);

extern void sys_ni_syscall(void);

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

0 comments on commit 694b1a2

Please sign in to comment.