diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2012-07-12 08:02:41 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-10-29 16:24:54 -0400 |
commit | 43dec43069d2d1064a57f159e02e2ff99ce75ff3 (patch) | |
tree | 150bb15ef418881459c28bb45e15289c1617f95e | |
parent | 2a9c27517685341655f2ed78aabdd0ee671c7210 (diff) |
MIPS: compat: Mark N32 syscall table as data object.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r-- | arch/mips/kernel/scall64-n32.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/kernel/scall64-n32.S b/arch/mips/kernel/scall64-n32.S index cab150789c8d..2f48f5934399 100644 --- a/arch/mips/kernel/scall64-n32.S +++ b/arch/mips/kernel/scall64-n32.S | |||
@@ -103,6 +103,7 @@ not_n32_scall: | |||
103 | 103 | ||
104 | END(handle_sysn32) | 104 | END(handle_sysn32) |
105 | 105 | ||
106 | .type sysn32_call_table, @object | ||
106 | EXPORT(sysn32_call_table) | 107 | EXPORT(sysn32_call_table) |
107 | PTR sys_read /* 6000 */ | 108 | PTR sys_read /* 6000 */ |
108 | PTR sys_write | 109 | PTR sys_write |