mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 13:11:45 +00:00
MIPS: 64-bit: Mark native syscall table as data object.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
43dec43069
commit
03b94e2ec4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user