hw_x86_64: Restore kernel stack pointer

This commit is contained in:
Adrian-Ken Rueegsegger 2015-02-20 16:12:24 +01:00 committed by Christian Helmuth
parent c62b4ea36a
commit ecfb954eb9
1 changed files with 2 additions and 0 deletions

View File

@ -133,6 +133,8 @@
popq %rsi
popq %rbp
/* Restore kernel stack and continue kernel execution */
mov _mt_master_context_begin+SP_OFFSET, %rsp
1: jmp 1b
.global _mt_user_entry_pic