diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2012-07-12 08:06:46 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-10-29 16:24:55 -0400 |
commit | 03b94e2ec4adfeb6a2734a265fe8affa68a51a41 (patch) | |
tree | a1e4138d6d744f64c455491b33f09935b7130a92 /arch/mips/kernel/scall64-64.S | |
parent | 43dec43069d2d1064a57f159e02e2ff99ce75ff3 (diff) |
MIPS: 64-bit: Mark native syscall table as data object.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel/scall64-64.S')
-rw-r--r-- | arch/mips/kernel/scall64-64.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/mips/kernel/scall64-64.S b/arch/mips/kernel/scall64-64.S index be6627ead619..57e3742fec59 100644 --- a/arch/mips/kernel/scall64-64.S +++ b/arch/mips/kernel/scall64-64.S | |||
@@ -114,7 +114,8 @@ illegal_syscall: | |||
114 | END(handle_sys64) | 114 | END(handle_sys64) |
115 | 115 | ||
116 | .align 3 | 116 | .align 3 |
117 | sys_call_table: | 117 | .type sys_call_table, @object |
118 | EXPORT(sys_call_table) | ||
118 | PTR sys_read /* 5000 */ | 119 | PTR sys_read /* 5000 */ |
119 | PTR sys_write | 120 | PTR sys_write |
120 | PTR sys_open | 121 | PTR sys_open |