Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 97829de5 authored by Brian Gerst's avatar Brian Gerst Committed by Ingo Molnar
Browse files

x86, 64-bit: Fix bstep_iret jump



This jump should be unconditional.

Signed-off-by: default avatarBrian Gerst <brgerst@gmail.com>
LKML-Reference: <1257274925-15713-1-git-send-email-brgerst@gmail.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent ad8f4356
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)