Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 84
b: refs/heads/master
c: cdd219c
h: refs/heads/master
v: v3
  • Loading branch information
Andi Kleen authored and Linus Torvalds committed Apr 16, 2005
1 parent 18fa0a2 commit 24ebfa7
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 6fefb0d17599d63e9d30c23bcbe2d4e06477cd55
refs/heads/master: cdd219cd1f9e657aead247dfa1ecfdeb37efdf70
2 changes: 1 addition & 1 deletion trunk/arch/x86_64/kernel/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ int_careful:
pushq %rdi
call schedule
popq %rdi
cli
jmp int_with_check

/* handle signals and tracing -- both require a full stack frame */
Expand Down Expand Up @@ -453,7 +454,6 @@ retint_check:
andl %edi,%edx
jnz retint_careful
retint_swapgs:
cli
swapgs
retint_restore_args:
cli
Expand Down

0 comments on commit 24ebfa7

Please sign in to comment.