Skip to content

Commit

Permalink
x86-64: Adjust frame type at paranoid_exit:
Browse files Browse the repository at this point in the history
As this isn't an exception or interrupt entry point, it doesn't
have any of the hardware provide frame layouts active.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
Acked-by: Alexander van Heukelum <heukelum@fastmail.fm>
LKML-Reference: <4C7FBAA80200007800013F67@vpn.id2.novell.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Jan Beulich authored and Ingo Molnar committed Sep 3, 2010
1 parent e6b04b6 commit 1f130a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/kernel/entry_64.S
Original file line number Diff line number Diff line change
Expand Up @@ -1367,7 +1367,7 @@ paranoidzeroentry machine_check *machine_check_vector(%rip)

/* ebx: no swapgs flag */
ENTRY(paranoid_exit)
INTR_FRAME
DEFAULT_FRAME
DISABLE_INTERRUPTS(CLBR_NONE)
TRACE_IRQS_OFF
testl %ebx,%ebx /* swapgs needed? */
Expand Down

0 comments on commit 1f130a7

Please sign in to comment.