From: Dima Zavin Date: Sat, 9 Jan 2010 02:30:03 +0000 (-0800) Subject: [ARM] msm: smd: Force the half_channel struct aligmnent to 4 X-Git-Tag: v2.6.35-rc1~497^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93873bcbd16f7233dd5a20280af8e5394e702a8b;p=pandora-kernel.git [ARM] msm: smd: Force the half_channel struct aligmnent to 4 Forcing the alignment prevents gcc from generating byte reads for word member variables. Lack of this caused issues when the app processor modified struct members and the modem saw a partial word write. Signed-off-by: Dima Zavin Signed-off-by: Daniel Walker --- Reading git-diff-tree failed