Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 675
b: refs/heads/master
c: be9e687
h: refs/heads/master
i:
  673: db033a1
  671: e3954d2
v: v3
  • Loading branch information
Andi Kleen authored and Linus Torvalds committed May 1, 2005
1 parent 6cccbcf commit a084806
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: 3c3b73b6f50a47601b1897deb9c6b4b5ecadf591
refs/heads/master: be9e68703c53fece406bc2e40976a5cfe2a8e77f
5 changes: 4 additions & 1 deletion trunk/arch/x86_64/kernel/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ int_very_careful:
call syscall_trace_leave
popq %rdi
andl $~(_TIF_SYSCALL_TRACE|_TIF_SYSCALL_AUDIT|_TIF_SINGLESTEP),%edi
cli
jmp int_restore_rest

int_signal:
Expand All @@ -307,6 +308,7 @@ int_signal:
1: movl $_TIF_NEED_RESCHED,%edi
int_restore_rest:
RESTORE_REST
cli
jmp int_with_check
CFI_ENDPROC

Expand Down Expand Up @@ -490,7 +492,8 @@ retint_signal:
call do_notify_resume
RESTORE_REST
cli
GET_THREAD_INFO(%rcx)
GET_THREAD_INFO(%rcx)
movl $_TIF_WORK_MASK,%edi
jmp retint_check

#ifdef CONFIG_PREEMPT
Expand Down

0 comments on commit a084806

Please sign in to comment.