Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120814
b: refs/heads/master
c: 5f5db59
h: refs/heads/master
v: v3
  • Loading branch information
jia zhang authored and Ingo Molnar committed Nov 23, 2008
1 parent c807a2e commit c8f60a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f377fa123d0ec621e8e361ecc3f2a8ee70e81a2e
refs/heads/master: 5f5db591326779a80cfe490c5d6b6ce9fac08b31
1 change: 1 addition & 0 deletions trunk/arch/x86/kernel/entry_32.S
Original file line number Diff line number Diff line change
Expand Up @@ -1051,6 +1051,7 @@ ENTRY(kernel_thread_helper)
push %eax
CFI_ADJUST_CFA_OFFSET 4
call do_exit
ud2 # padding for call trace
CFI_ENDPROC
ENDPROC(kernel_thread_helper)

Expand Down
1 change: 1 addition & 0 deletions trunk/arch/x86/kernel/entry_64.S
Original file line number Diff line number Diff line change
Expand Up @@ -1172,6 +1172,7 @@ child_rip:
# exit
mov %eax, %edi
call do_exit
ud2 # padding for call trace
CFI_ENDPROC
ENDPROC(child_rip)

Expand Down

0 comments on commit c8f60a2

Please sign in to comment.