]> git.karo-electronics.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>
Thu, 16 Aug 2012 22:24:11 +0000 (00:24 +0200)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/scall64-64.S

index 3b5a5e9ae49c132640c95a87037e48ac95e5b932..a9e2df5407bfad31a59e625d3fa5e9941893348a 100644 (file)
@@ -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