From: Tony Luck Date: Fri, 31 Mar 2006 18:28:29 +0000 (-0800) Subject: [IA64] Avoid "u64 foo : 32;" for gcc3 vs. gcc4 compatibility X-Git-Tag: v2.6.17-rc1~24^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ab9391dea6e36fed13443c29bf97d3be05f5289;p=pandora-kernel.git [IA64] Avoid "u64 foo : 32;" for gcc3 vs. gcc4 compatibility gcc3 thinks that a 32-bit field of a u64 type is itself a u64, so should be printed with "%ld". gcc4 thinks it needs just "%d". Make both versions happy by avoiding this construct. Signed-off-by: Tony Luck --- Reading git-diff-tree failed