Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175391
b: refs/heads/master
c: b625b3b
h: refs/heads/master
i:
  175389: 2f7edaa
  175387: fe4aeb2
  175383: e73e4c0
  175375: 340f3ed
  175359: e3cdc93
v: v3
  • Loading branch information
Frederic Weisbecker committed Dec 6, 2009
1 parent 6997265 commit 82648f9
Show file tree
Hide file tree
Showing 2 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: 7f33f9c5cc3c99aeaf4d266a7ed502b828115a53
refs/heads/master: b625b3b3b740e177a1148594cd3ad5ff52f35315
6 changes: 3 additions & 3 deletions trunk/arch/x86/kernel/entry_64.S
Original file line number Diff line number Diff line change
Expand Up @@ -1076,10 +1076,10 @@ ENTRY(\sym)
TRACE_IRQS_OFF
movq %rsp,%rdi /* pt_regs pointer */
xorl %esi,%esi /* no error code */
PER_CPU(init_tss, %rbp)
subq $EXCEPTION_STKSZ, TSS_ist + (\ist - 1) * 8(%rbp)
PER_CPU(init_tss, %r12)
subq $EXCEPTION_STKSZ, TSS_ist + (\ist - 1) * 8(%r12)
call \do_sym
addq $EXCEPTION_STKSZ, TSS_ist + (\ist - 1) * 8(%rbp)
addq $EXCEPTION_STKSZ, TSS_ist + (\ist - 1) * 8(%r12)
jmp paranoid_exit /* %ebx: no swapgs flag */
CFI_ENDPROC
END(\sym)
Expand Down

0 comments on commit 82648f9

Please sign in to comment.