Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113767
b: refs/heads/master
c: 47664c1
h: refs/heads/master
i:
  113765: 9f0fa99
  113763: bb72b70
  113759: 7165376
v: v3
  • Loading branch information
Mike Frysinger authored and Bryan Wu committed Oct 9, 2008
1 parent 39e660d commit 29749db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f5a817e3f707759882e423060badd2f2e52b66a4
refs/heads/master: 47664c1f86c833c4b6398885fdb2b80fc4945c6a
3 changes: 3 additions & 0 deletions trunk/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 29749db

Please sign in to comment.