提交 03b94e2e 编写于 作者: R Ralf Baechle

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

Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 43dec430
...@@ -114,7 +114,8 @@ illegal_syscall: ...@@ -114,7 +114,8 @@ illegal_syscall:
END(handle_sys64) END(handle_sys64)
.align 3 .align 3
sys_call_table: .type sys_call_table, @object
EXPORT(sys_call_table)
PTR sys_read /* 5000 */ PTR sys_read /* 5000 */
PTR sys_write PTR sys_write
PTR sys_open PTR sys_open
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册