From: Doug Ledford Date: Wed, 17 Oct 2012 03:23:55 +0000 (+0000) Subject: IB/mlx4: Fix build error on platforms where UL is not 64 bits X-Git-Tag: v3.7-rc3~10^2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a095030f7551d07860fd54890d1bcdc77630c29;p=pandora-kernel.git IB/mlx4: Fix build error on platforms where UL is not 64 bits Line 110 uses UL as a compiler cast for the 0x constant, but it's not large enough to hold a 64-bit value on a 32-bit arch. Signed-off-by: Doug Ledford [ Use "-1" instead of "FFFFFFFFFFFFFFFFULL". - Roland ] Signed-off-by: Roland Dreier --- Reading git-diff-tree failed