[openib-general] Re: [PATCH] IB/sdp: Fix warning on 32-bit architectures

Roland Dreier rdreier at cisco.com
Wed May 10 13:28:02 PDT 2006


 >> Yeah, I guess so.  I was being anal about archs where u64 ==
 >> unsigned long, but I don't think it actually matters.

 > And long long 128 bit? Should be fine even then.

No, real architectures where long long and long are both 64 bits, but
u64 is typedef'ed to just long.  But leaving out the explicit cast to
u64 from a long long will be fine.

 - R.



More information about the general mailing list