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

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Ralf Baechle 2012-07-12 14:06:46 +02:00
parent 43dec43069
commit 03b94e2ec4

View File

@ -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