Commit 47664c1f authored by Mike Frysinger's avatar Mike Frysinger Committed by 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: default avatarMike Frysinger <vapier.adi@gmail.com>
Signed-off-by: default avatarBryan Wu <cooloney@kernel.org>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment