x86-64: Fix ordering of CFI directives and recent ASM_CLAC additions
authorJan Beulich <JBeulich@suse.com>
Fri, 2 Nov 2012 11:18:39 +0000 (11:18 +0000)
committerH. Peter Anvin <hpa@linux.intel.com>
Wed, 21 Nov 2012 06:23:57 +0000 (22:23 -0800)
commitee4eb87be2c3f69c2c4d9f1c1d98e363a7ad18ab
tree212635e1793c7ec7fcdf66dd8bbb992af4a252c2
parent36c46ca4f322a7bf89aad5462a3a1f61713edce7
x86-64: Fix ordering of CFI directives and recent ASM_CLAC additions

While these got added in the right place everywhere else, entry_64.S
is the odd one where they ended up before the initial CFI directive(s).
In order to cover the full code ranges, the CFI directive must be
first, though.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Link: http://lkml.kernel.org/r/5093BA1F02000078000A600E@nat28.tlf.novell.com
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
arch/x86/kernel/entry_64.S