提交 47664c1f 编写于 作者: M Mike Frysinger 提交者: Bryan Wu

Blackfin arch: give sys_strace proper entry markings

a global _sys_trace will cause the assembler to fail, it should be fixed in toolchain side firstly.
Signed-off-by: NMike Frysinger <vapier.adi@gmail.com>
Signed-off-by: NBryan Wu <cooloney@kernel.org>
上级 f5a817e3
......@@ -704,6 +704,9 @@ ENTRY(_system_call)
rts;
ENDPROC(_system_call)
/* Do not mark as ENTRY() to avoid error in assembler ...
* this symbol need not be global anyways, so ...
*/
_sys_trace:
call _syscall_trace;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册