Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 273038
b: refs/heads/master
c: 8edc414
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and Richard Weinberger committed Nov 2, 2011
1 parent d0847be commit f72c2a9
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: 1bbd5f21f426d99660ea8120b79595a282e5ff8a
refs/heads/master: 8edc4147bec5b7b92b48a6013ec99c41b16c5f93
2 changes: 1 addition & 1 deletion trunk/arch/x86/um/sys_call_table_32.S
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

.section .rodata,"a"

#include "../../x86/kernel/syscall_table_32.S"
#include "../kernel/syscall_table_32.S"

ENTRY(syscall_table_size)
.long .-sys_call_table
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 @@ -58,7 +58,7 @@ extern void sys_ni_syscall(void);
*/

sys_call_ptr_t sys_call_table[] __cacheline_aligned = {
#include "../../x86/include/asm/unistd_64.h"
#include <asm/unistd_64.h>
};

int syscall_table_size = sizeof(sys_call_table);

0 comments on commit f72c2a9

Please sign in to comment.