Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 227842
b: refs/heads/master
c: bd6f56a
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and Geert Uytterhoeven committed Jan 7, 2011
1 parent 9b90084 commit 989ec45
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ea52b58ccbda49aeb23eb424ce05bba3cb0bc976
refs/heads/master: bd6f56a75bb2a65b3a1b8d14a9787fdaadae71c1
5 changes: 4 additions & 1 deletion trunk/arch/m68k/kernel/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,10 @@ do_trace_exit:
jra .Lret_from_exception

ENTRY(ret_from_signal)
RESTORE_SWITCH_STACK
tstb %curptr@(TASK_INFO+TINFO_FLAGS+2)
jge 1f
jbsr syscall_trace
1: RESTORE_SWITCH_STACK
addql #4,%sp
/* on 68040 complete pending writebacks if any */
#ifdef CONFIG_M68040
Expand Down

0 comments on commit 989ec45

Please sign in to comment.