Skip to content

Commit

Permalink
MIPS: compat: Mark N32 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 2a9c275 commit 43dec43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/mips/kernel/scall64-n32.S
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ not_n32_scall:

END(handle_sysn32)

.type sysn32_call_table, @object
EXPORT(sysn32_call_table)
PTR sys_read /* 6000 */
PTR sys_write
Expand Down

0 comments on commit 43dec43

Please sign in to comment.