From: Andreas Gruenbacher Date: Fri, 29 Jul 2005 04:15:44 +0000 (-0700) Subject: [PATCH] x86_64: Icecream has no way of detecting assembler-level includes X-Git-Tag: v2.6.13-rc5~136 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2275cfa8bcb833cdac7dcc616d11306ca35eec58;p=pandora-kernel.git [PATCH] x86_64: Icecream has no way of detecting assembler-level includes Icecream preprocesses c sources locally, and sends the result off to a remote host for compiling. It does not recognize includes at assembler level. The fix is to put the assemberincludes an a separate .s file, which will always be assembled locally. Signed-off-by: Andreas Gruenbacher Signed-off-by: Andi Kleen Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed