Skip to content

Commit

Permalink
Blackfin arch: give sys_strace proper entry markings
Browse files Browse the repository at this point in the history
a global _sys_trace will cause the assembler to fail, it should be fixed in toolchain side firstly.

Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
  • Loading branch information
Mike Frysinger authored and Bryan Wu committed Oct 9, 2008
1 parent f5a817e commit 47664c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/blackfin/mach-common/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 47664c1

Please sign in to comment.