Skip to content

Commit

Permalink
MIPS: 64-bit: Mark native syscall table as data object.
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Oct 29, 2013
1 parent 43dec43 commit 03b94e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/mips/kernel/scall64-64.S
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ illegal_syscall:
END(handle_sys64)

.align 3
sys_call_table:
.type sys_call_table, @object
EXPORT(sys_call_table)
PTR sys_read /* 5000 */
PTR sys_write
PTR sys_open
Expand Down

0 comments on commit 03b94e2

Please sign in to comment.