Commit 03b94e2e authored by Ralf Baechle's avatar Ralf Baechle

MIPS: 64-bit: Mark native syscall table as data object.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 43dec430
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment