]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita989f4028c8c74dbe648bb7fa31f92e105eacb93
tree212635e1793c7ec7fcdf66dd8bbb992af4a252c2
parent7ca9b1c97f1c26a887e4f8855bb0921fa979af3e
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