projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43dec43
)
MIPS: 64-bit: Mark native syscall table as data object.
author
Ralf Baechle
<ralf@linux-mips.org>
Thu, 12 Jul 2012 12:06:46 +0000
(14:06 +0200)
committer
Ralf Baechle
<ralf@linux-mips.org>
Tue, 29 Oct 2013 20:24:55 +0000
(21:24 +0100)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/scall64-64.S
patch
|
blob
|
history
diff --git
a/arch/mips/kernel/scall64-64.S
b/arch/mips/kernel/scall64-64.S
index be6627ead619e72b35bea9f8d031af3b21a2b06a..57e3742fec59a19083eb3cb5f802b9e43a90b66b 100644
(file)
--- a/
arch/mips/kernel/scall64-64.S
+++ b/
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