From: Roland Dreier Date: Tue, 15 Jul 2008 01:11:23 +0000 (-0700) Subject: x86: Rename "ignore" macro in to avoid collision X-Git-Tag: v2.6.27-rc1~1091 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d3702b62e004172f44870763cf56793d8de0cbf;p=pandora-kernel.git x86: Rename "ignore" macro in to avoid collision Commit 70f1bba4 ("x86: use ignore macro instead of hash comment") breaks the 64-bit x86 build on toolchains that have CONFIG_AS_CFI undefined with: arch/x86/lib/csum-copy_64.S:48: Error: Macro `ignore' was already defined because now uses the ignore macro name itself. Fix this by changing to __cfi_ignore in dwarf2.h. Signed-off-by: Roland Dreier Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed