commit | 4647cdb368a8d68738ff221a3790a8cfb3acaa6c | [log] [tgz] |
---|---|---|
author | Praveen Chidambaram <pchidamb@codeaurora.org> | Mon Aug 13 17:55:44 2012 -0600 |
committer | Mahesh Sivasubramanian <msivasub@codeaurora.org> | Tue Aug 14 16:43:26 2012 -0600 |
tree | 0e07ffc1392edecaa91b01b7ccc4ee45553cc17e | |
parent | 05c57a2d27f803da7fd7d96e26fafff840005633 [diff] |
msm: rpm-smd: Fix race conditions with SMP When a rpm message is sent in a noirq context from Core 1, it is possible that the ack is processed by Core 0. This would result in the ack not getting propageted correctly to the client. Also, added a check on error codes from a smd API. Change-Id: Id983dc50ad85dfef8fe6971c4e5eda2e77f24d2b Signed-off-by: Mahesh Sivasubramanian <msivasub@codeaurora.org>