Skip to content
Commit 928282e4 authored by Mark Wielaard's avatar Mark Wielaard Committed by Ingo Molnar
Browse files

x86-64: Fix CFI data for common_interrupt()

Commit eab9e613

 ("x86-64: Fix CFI data for interrupt frames")
introduced a DW_CFA_def_cfa_expression in the SAVE_ARGS_IRQ
macro. To later define the CFA using a simple register+offset
rule both register and offset need to be supplied. Just using
CFI_DEF_CFA_REGISTER leaves the offset undefined. So use
CFI_DEF_CFA with reg+off explicitly at the end of
common_interrupt.

Signed-off-by: default avatarMark Wielaard <mjw@redhat.com>
Acked-by: default avatarJan Beulich <jbeulich@suse.com>
Link: http://lkml.kernel.org/r/1330079527-30711-1-git-send-email-mjw@redhat.com
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent f0ba662a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment