commit | ee4eb87be2c3f69c2c4d9f1c1d98e363a7ad18ab | [log] [tgz] |
---|---|---|
author | Jan Beulich <JBeulich@suse.com> | Fri Nov 02 11:18:39 2012 +0000 |
committer | H. Peter Anvin <hpa@linux.intel.com> | Tue Nov 20 22:23:57 2012 -0800 |
tree | 212635e1793c7ec7fcdf66dd8bbb992af4a252c2 | |
parent | 36c46ca4f322a7bf89aad5462a3a1f61713edce7 [diff] |
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>