Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 95703
b: refs/heads/master
c: 6c5a7d5
h: refs/heads/master
i:
  95701: 3c921f5
  95699: 846e662
  95695: 912e054
v: v3
  • Loading branch information
Sebastian Siewior authored and Linus Torvalds committed May 1, 2008
1 parent 6704364 commit c2960ee
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 0042a1f7ecbc5d40eb2164f375ec87ecf3494418
refs/heads/master: 6c5a7d504fb0e27aa90b96267177d434642a393d
2 changes: 2 additions & 0 deletions trunk/arch/m68knommu/platform/coldfire/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ ret_from_signal:
addql #4,%sp

ret_from_exception:
move #0x2700,%sr /* disable intrs */
btst #5,%sp@(PT_SR) /* check if returning to kernel */
jeq Luser_return /* if so, skip resched, signals */

Expand Down Expand Up @@ -156,6 +157,7 @@ Lreturn:

Lwork_to_do:
movel %a0@(TI_FLAGS),%d1 /* get thread_info->flags */
move #0x2000,%sr /* enable intrs again */
btst #TIF_NEED_RESCHED,%d1
jne reschedule

Expand Down

0 comments on commit c2960ee

Please sign in to comment.