projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad8f435
)
x86, 64-bit: Fix bstep_iret jump
author
Brian Gerst
<brgerst@gmail.com>
Tue, 3 Nov 2009 19:02:05 +0000
(14:02 -0500)
committer
Ingo Molnar
<mingo@elte.hu>
Tue, 3 Nov 2009 19:50:02 +0000
(20:50 +0100)
This jump should be unconditional.
Signed-off-by: Brian Gerst <brgerst@gmail.com>
LKML-Reference: <
1257274925
-15713-1-git-send-email-brgerst@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/entry_64.S
patch
|
blob
|
history
diff --git
a/arch/x86/kernel/entry_64.S
b/arch/x86/kernel/entry_64.S
index af0f4b226dbeb6f405ce6d72afe62ff3e5db9832..1579a6c59cfd6c9aa4ce0c04ce6cd6bc4cc88f10 100644
(file)
--- a/
arch/x86/kernel/entry_64.S
+++ b/
arch/x86/kernel/entry_64.S
@@
-1501,7
+1501,7
@@
error_kernelspace:
bstep_iret:
/* Fix truncated RIP */
movq %rcx,RIP+8(%rsp)
- j
e
error_swapgs
+ j
mp
error_swapgs
END(error_entry)