]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
MIPS: 64-bit: Mark native syscall table as data object.
authorRalf Baechle <ralf@linux-mips.org>
Thu, 12 Jul 2012 12:06:46 +0000 (14:06 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 15 Oct 2013 12:41:20 +0000 (14:41 +0200)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/scall64-64.S

index be6627ead619e72b35bea9f8d031af3b21a2b06a..57e3742fec59a19083eb3cb5f802b9e43a90b66b 100644 (file)
@@ -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