From: Prarit Bhargava Date: Mon, 9 May 2005 12:07:00 +0000 (-0700) Subject: [IA64] sparse cleanup of shub_mmr.h X-Git-Tag: v2.6.13-rc2~59^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e4641b3ee8073a46995cf97e0875df25b88d776;p=pandora-kernel.git [IA64] sparse cleanup of shub_mmr.h This patch is a sparse compile cleanup of shub_mmr.h using both the defconfig and the sn2_defconfig config files. The issue with this file was the missing usage of __IA64_UL_CONST wrapper. This wrapper is defined in include/asm-ia64/types.h and wraps a long constant definition with UL or with nothing depending on its usage in the kernel. The missing wrapper caused many sparse compile errors like warning: constant 0x0x0000000010000380 so big it is long Signed-off-by: Prarit Bhargava Signed-off-by: Tony Luck --- Reading git-diff-tree failed