Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322971
b: refs/heads/master
c: 5e071e2
h: refs/heads/master
i:
  322969: ed9f718
  322967: b435f42
v: v3
  • Loading branch information
Al Viro authored and Paul Mundt committed Sep 18, 2012
1 parent 55acff5 commit 53107ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 077664a2644ff6fa0fb1a0c15be96fed359d09f4
refs/heads/master: 5e071e2b4b82599f07cce5e1d2d272feb462950c
2 changes: 1 addition & 1 deletion trunk/arch/sh/kernel/cpu/sh5/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -933,7 +933,7 @@ ret_with_reschedule:

pta restore_all, tr1

movi _TIF_SIGPENDING, r8
movi (_TIF_SIGPENDING|_TIF_NOTIFY_RESUME), r8
and r8, r7, r8
pta work_notifysig, tr0
bne r8, ZERO, tr0
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/sh/kernel/entry-common.S
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ work_pending:
! r8: current_thread_info
! t: result of "tst #_TIF_NEED_RESCHED, r0"
bf/s work_resched
tst #_TIF_SIGPENDING, r0
tst #(_TIF_SIGPENDING | _TIF_NOTIFY_RESUME), r0
work_notifysig:
bt/s __restore_all
mov r15, r4
Expand Down

0 comments on commit 53107ee

Please sign in to comment.