From: Jan Beulich Date: Fri, 2 Nov 2012 11:18:39 +0000 (+0000) Subject: x86-64: Fix ordering of CFI directives and recent ASM_CLAC additions X-Git-Tag: v3.7-rc7~4^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee4eb87be2c3f69c2c4d9f1c1d98e363a7ad18ab;p=pandora-kernel.git 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 Link: http://lkml.kernel.org/r/5093BA1F02000078000A600E@nat28.tlf.novell.com Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed