Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14051
b: refs/heads/master
c: e271820
h: refs/heads/master
i:
  14049: 1243a82
  14047: 96f38e3
v: v3
  • Loading branch information
Jan Beulich authored and Linus Torvalds committed Nov 14, 2005
1 parent 9121bc5 commit cf3c631
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 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: 27d99f7ead8cd6d2231798bff0d4c38814afea22
refs/heads/master: e27182088e607880713d9c286a3d92d861c280e4
7 changes: 3 additions & 4 deletions trunk/arch/i386/kernel/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -560,11 +560,10 @@ nmi_stack_fixup:
nmi_debug_stack_check:
cmpw $__KERNEL_CS,16(%esp)
jne nmi_stack_correct
cmpl $debug - 1,(%esp)
jle nmi_stack_correct
cmpl $debug,(%esp)
jb nmi_stack_correct
cmpl $debug_esp_fix_insn,(%esp)
jle nmi_debug_stack_fixup
nmi_debug_stack_fixup:
ja nmi_stack_correct
FIX_STACK(24,nmi_stack_correct, 1)
jmp nmi_stack_correct

Expand Down

0 comments on commit cf3c631

Please sign in to comment.