From: Jason Gunthorpe Date: Fri, 19 Jan 2007 18:58:49 +0000 (-0700) Subject: IB: Make sure struct ib_user_mad.data is aligned X-Git-Tag: v2.6.21-rc2~42^2~19^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa7252ed4d92397baf30e4a144af95a33eaa925b;p=pandora-kernel.git IB: Make sure struct ib_user_mad.data is aligned Make the untyped data region in ib_user_mad have type u64 so that it gets aligned properly. This avoids alignment faults in ib_umad when casting the data field to an rmpp_mad and accessing the 64-bit tid field on architectures like ia64. Signed-off-by: Jason Gunthorpe Signed-off-by: Roland Dreier --- Reading git-diff-tree failed