commit | 93873bcbd16f7233dd5a20280af8e5394e702a8b | [log] [tgz] |
---|---|---|
author | Dima Zavin <dima@android.com> | Fri Jan 08 18:30:03 2010 -0800 |
committer | Daniel Walker <dwalker@codeaurora.org> | Wed May 12 09:15:37 2010 -0700 |
tree | 9e5e84bcd0cf1f123adffc1cf8a74fa10a70ea65 | |
parent | b42dc44afca902d19f86d541cbb665f31b9149a0 [diff] |
[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 <dima@android.com> Signed-off-by: Daniel Walker <dwalker@codeaurora.org>