Skip to content

Commit 03b94e2

Browse files
committed
MIPS: 64-bit: Mark native syscall table as data object.
Signed-off-by: Ralf Baechle <[email protected]>
1 parent 43dec43 commit 03b94e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

arch/mips/kernel/scall64-64.S

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@ illegal_syscall:
114114
END(handle_sys64)
115115

116116
.align 3
117-
sys_call_table:
117+
.type sys_call_table, @object
118+
EXPORT(sys_call_table)
118119
PTR sys_read /* 5000 */
119120
PTR sys_write
120121
PTR sys_open

0 commit comments

Comments
 (0)