From: David S. Miller Date: Fri, 12 Sep 2008 06:14:52 +0000 (-0700) Subject: sparc64: Add __arch64__ to CHECKFLAGS X-Git-Tag: v2.6.28-rc1~706^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4845afac95a653f8e64c45024cbb94264df54b8f;p=pandora-kernel.git sparc64: Add __arch64__ to CHECKFLAGS Otherwise sparse doesn't work. The 32 vs. 64 header ifdef used under arch/sparc/include/asm/ is: #if defined(__sparc__) && defined(__arch64__) And that doesn't work for sparse unless we give it __arch64__ Signed-off-by: David S. Miller --- Reading git-diff-tree failed