Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56658
b: refs/heads/master
c: c824498
h: refs/heads/master
v: v3
  • Loading branch information
Bernd Schmidt authored and Linus Torvalds committed May 21, 2007
1 parent 7ec9ed4 commit d2773d6
Show file tree
Hide file tree
Showing 2 changed files with 6 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: a9c59c2746c7e773839d51027c0e16ccf41f8fef
refs/heads/master: c824498db47285aeff430c007685a193b673c949
5 changes: 5 additions & 0 deletions trunk/arch/blackfin/mach-common/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -712,6 +712,11 @@ _schedule_and_signal_from_int:
p1.h = _evt_system_call;
[p0] = p1;
csync;

/* Set orig_p0 to -1 to indicate this isn't the end of a syscall. */
r0 = -1 (x);
[sp + PT_ORIG_P0] = r0;

p1 = rets;
[sp + PT_RESERVED] = p1;

Expand Down

0 comments on commit d2773d6

Please sign in to comment.