From: Ralf Baechle Date: Thu, 12 Jul 2012 12:06:46 +0000 (+0200) Subject: MIPS: 64-bit: Mark native syscall table as data object. X-Git-Tag: next-20120817~87^2^5~15 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1c485dbafbeda902a2b3453e97adb2ff178e81ab;p=karo-tx-linux.git MIPS: 64-bit: Mark native syscall table as data object. Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/kernel/scall64-64.S b/arch/mips/kernel/scall64-64.S index 3b5a5e9ae49c..a9e2df5407bf 100644 --- a/arch/mips/kernel/scall64-64.S +++ b/arch/mips/kernel/scall64-64.S @@ -125,7 +125,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