git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ddffeb8
)
IB/mlx4: Fix build error on platforms where UL is not 64 bits
author
Doug Ledford
<dledford@redhat.com>
Wed, 17 Oct 2012 03:23:55 +0000
(
03:23
+0000)
committer
Roland Dreier
<roland@purestorage.com>
Thu, 18 Oct 2012 17:29:01 +0000
(10:29 -0700)
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 <dledford@redhat.com>
[ Use "-1" instead of "FFFFFFFFFFFFFFFFULL". - Roland ]
Signed-off-by: Roland Dreier <roland@purestorage.com>
No differences found