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)
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>

No differences found