Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 47664c1f authored by Mike Frysinger's avatar Mike Frysinger Committed by Bryan Wu
Browse files

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
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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;