From: Jan Beulich Date: Wed, 25 Jun 2014 13:11:22 +0000 (+0100) Subject: x86/debug: Drop several unnecessary CFI annotations X-Git-Tag: omap-for-v3.17/fixes-against-rc2~176^4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bab13b015a255b4b812c02670384d7d99a9ca34;p=pandora-kernel.git x86/debug: Drop several unnecessary CFI annotations With the conversion of the register saving code from macros to functions, and with those functions not clobbering most of the registers they spill, there's no need to annotate most of the spill operations; the only exceptions being %rbx (always modified) and %rcx (modified on the error_kernelspace: path). Also remove a bogus commented out annotation - there's no register %orig_rax after all. Signed-off-by: Jan Beulich Link: http://lkml.kernel.org/r/53AAE69A020000780001D3C7@mail.emea.novell.com Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed