提交 97829de5 编写于 作者: B Brian Gerst 提交者: Ingo Molnar

x86, 64-bit: Fix bstep_iret jump

This jump should be unconditional.
Signed-off-by: NBrian Gerst <brgerst@gmail.com>
LKML-Reference: <1257274925-15713-1-git-send-email-brgerst@gmail.com>
Signed-off-by: NIngo Molnar <mingo@elte.hu>
上级 ad8f4356
......@@ -1501,7 +1501,7 @@ error_kernelspace:
bstep_iret:
/* Fix truncated RIP */
movq %rcx,RIP+8(%rsp)
je error_swapgs
jmp error_swapgs
END(error_entry)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册