Explorar o código

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

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Ralf Baechle %!s(int64=13) %!d(string=hai) anos
pai
achega
03b94e2ec4
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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