Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 6825
b: refs/heads/master
c: 8410a54
h: refs/heads/master
i:
  6823: b7dd388
v: v3
  • Loading branch information
Greg Ungerer authored and Linus Torvalds committed Sep 2, 2005
1 parent 026d6c4 commit 3f4f8c6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: 5c4dbba9fc5e562db502e775e95023453b620409
refs/heads/master: 8410a546765c10d929b82d1e8237398904a79283
4 changes: 2 additions & 2 deletions trunk/arch/m68knommu/platform/68328/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ ENTRY(system_call)
movel %sp@(PT_ORIG_D0),%d0

movel %sp,%d1 /* get thread_info pointer */
andl #0xffffe000,%d1
andl #-THREAD_SIZE,%d1
movel %d1,%a2
btst #TIF_SYSCALL_TRACE,%a2@(TI_FLAGS)
jne do_trace
Expand All @@ -105,7 +105,7 @@ Luser_return:
andw #ALLOWINT,%sr

movel %sp,%d1 /* get thread_info pointer */
andl #0xffffe000,%d1
andl #-THREAD_SIZE,%d1
movel %d1,%a2
move %a2@(TI_FLAGS),%d1 /* thread_info->flags */
andl #_TIF_WORK_MASK,%d1
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/m68knommu/platform/68360/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Luser_return:
andw #ALLOWINT,%sr

movel %sp,%d1 /* get thread_info pointer */
andl #0xffffe000,%d1
andl #-THREAD_SIZE,%d1
movel %d1,%a2
move %a2@(TI_FLAGS),%d1 /* thread_info->flags */
andl #_TIF_WORK_MASK,%d1
Expand Down

0 comments on commit 3f4f8c6

Please sign in to comment.