Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65355
b: refs/heads/master
c: 541054d
h: refs/heads/master
i:
  65353: 2e59394
  65351: 219cc7a
v: v3
  • Loading branch information
Thomas Gleixner committed Oct 11, 2007
1 parent 015f592 commit 2e1693e
Show file tree
Hide file tree
Showing 4 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: 5250d969f281b9f1ca581245a8797a5b7055c959
refs/heads/master: 541054d935a1ec89916977cbf0d16ddb71b3ff5c
2 changes: 1 addition & 1 deletion trunk/arch/i386/kernel/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -1107,6 +1107,6 @@ ENDPROC(xen_failsafe_callback)
#endif /* CONFIG_XEN */

.section .rodata,"a"
#include "syscall_table.S"
#include "syscall_table_32.S"

syscall_table_size=(.-sys_call_table)
File renamed without changes.
2 changes: 1 addition & 1 deletion trunk/arch/um/sys-i386/sys_call_table.S
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@

#define old_mmap old_mmap_i386

#include "../../i386/kernel/syscall_table.S"
#include "../../i386/kernel/syscall_table_32.S"

0 comments on commit 2e1693e

Please sign in to comment.