Browse Source

MIPS: 64-bit: Mark native syscall table as data object.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Ralf Baechle 13 years ago
parent
commit
03b94e2ec4
1 changed files with 2 additions and 1 deletions
  1. 2 1
      arch/mips/kernel/scall64-64.S

+ 2 - 1
arch/mips/kernel/scall64-64.S

@@ -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